gitea/models
badhezi 79cc369892
Fix issue label delete incorrect labels webhook payload (#34575)
Fixes https://github.com/go-gitea/gitea/issues/34560
explanation of the bug in the issue

setting `issue.isLabelsLoaded = false` before calling `deleteIssueLabel`
guarantee we will load the new state of the labels into the issue object
before sending it in the webhook.
2025-06-03 18:50:53 +00:00
..
actions Fix ephemeral runner deletion (#34447) 2025-05-20 15:42:31 +00:00
activities Fix some trivial problems (#34579) 2025-06-02 15:22:43 +00:00
admin
asymkey
auth
avatars
db
dbfs
fixtures Refactor some tests (#34580) 2025-06-03 01:26:19 +00:00
git Do not mutate incoming options to SearchRepositoryByName (#34553) 2025-06-02 17:33:25 +00:00
issues Fix issue label delete incorrect labels webhook payload (#34575) 2025-06-03 18:50:53 +00:00
migrations Add migrations tests (#34456) 2025-05-15 16:28:31 +00:00
organization
packages
perm
project
pull
renderhelper
repo Refactor some tests (#34580) 2025-06-03 01:26:19 +00:00
secret
shared/types
system
unit
unittest
user Refactor some tests (#34580) 2025-06-03 01:26:19 +00:00
webhook
main_test.go
repo.go
repo_test.go