Closed
Description
- Gitea version (or commit ref): ge0ecddc11
- Git version: 1.12.0+dev-401
- Operating system: N/A
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes: https://try.gitea.io/bkraul/TestProject/issues/
- No
- Not relevant
- Log gist:
Description
Issue count indicators are not being properly updated when the issues are closed via commit messages or PR merges.
Steps to reproduce:
- Create a new issue.
- Add a commit to the project wit the
Closes #...
instruction. - Push the commit.
- The issue will close as expected.
- The count of open issues will not be updated and you will still see the count as if the issue had not been closed.
- Restarting (recreating the docker container) updates the count.
...
Screenshots
Issue created:
Committing and pushing the change:
Issue closes, but count is not updated:
This issue appears related to #10360, and was supposed to have been fixed by #10364 but it seems it is not.