forgejo/models/migrations/fixtures
Ashley Nelson 82ecd3b19e
Update milestone counters when issue is deleted ()
When actions besides "delete" are performed on issues, the milestone
counter is updated. However, since deleting issues goes through a
different code path, the associated milestone's count wasn't being
updated, resulting in inaccurate counts until another issue in the same
milestone had a non-delete action performed on it.

I verified this change fixes the inaccurate counts using a local docker
build.

Fixes 

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2022-10-22 23:08:10 +08:00
..
Test_deleteOrphanedIssueLabels Create Proper Migration Tests () 2021-03-24 19:27:22 +01:00
Test_remigrateU2FCredentials Attempt to fix the webauthn migration again - part 3 () 2022-02-16 21:03:58 +00:00
Test_removeInvalidLabels Create Proper Migration Tests () 2021-03-24 19:27:22 +01:00
Test_storeWebauthnCredentialIDAsBytes WebAuthn CredentialID field needs to be increased in size () 2022-07-30 15:25:26 +02:00
Test_unwrapLDAPSourceCfg Refactor: Move login out of models () 2021-07-24 11:16:34 +01:00
Test_updateOpenMilestoneCounts Update milestone counters when issue is deleted () 2022-10-22 23:08:10 +08:00