1
1
mirror of https://github.com/go-gitea/gitea synced 2025-12-07 13:28:25 +00:00
Files
gitea/models/issues
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
..
2025-01-10 06:00:06 +00:00
2024-12-29 01:05:56 +00:00
2024-03-04 08:16:03 +00:00
2025-04-01 10:14:01 +00:00
2025-01-29 01:14:35 +02:00