diff options
author | Ashley Nelson <fant@shley.email> | 2022-10-22 10:08:10 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-22 23:08:10 +0800 |
commit | 82ecd3b19eb1382521b7999bd0e2dd977c3b994d (patch) | |
tree | e6b937584fd67460fda54642b23c74736d0cccf2 /contrib | |
parent | 154efa59a5a837d8375c09fb0b18a1b63bea6a3a (diff) | |
download | gitea-82ecd3b19eb1382521b7999bd0e2dd977c3b994d.tar.gz gitea-82ecd3b19eb1382521b7999bd0e2dd977c3b994d.zip |
Update milestone counters when issue is deleted (#21459)
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 #21254
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Diffstat (limited to 'contrib')
0 files changed, 0 insertions, 0 deletions