Ilgar
Results
2
issues of
Ilgar
### Is there an existing issue for this? - [x] I have searched the existing issues ### Current behavior Issue deletion webhooks never fire (create/update work). External integrations such as...
🐛bug
Issue deletion webhooks stopped firing, so integrations (Slack, Mattermost, etc.) never saw DELETE notifications even though CREATE/UPDATE kept working. See https://github.com/makeplane/plane/issues/8054. The regression comes from `IssueDetailAPIEndpoint.delete()` skipping `model_activity.delay()`; only the...