bb-plane-fork/apiserver/plane/app
shuaixr a03a41ea5f
fix: delete webhook for issues, issue_comments, projects (#6539)
* fix: prevent error when triggering deletion webhook

The deletion webhook was not firing because it attempted to retrieve
data after deletion, causing a failure.

According to the webhook documentation https://developers.plane.so/webhooks/intro-webhooks, the delete event should only contain
id, so the fix aligns with this expected behavior.

* fix: make delete_comment_activity include comment_id

The delete issues comment webhook requires comment_id

* fix: trigger webhook on project delete
2025-02-03 14:53:40 +05:30
..
middleware chore: formatting changes 2024-11-21 17:42:44 +05:30
permissions chore: formatting changes 2024-11-21 17:42:44 +05:30
serializers feat: workspace user preference api (#6497) 2025-01-28 20:50:24 +05:30
urls feat: user preference url and sort order change (#6505) 2025-01-30 13:29:39 +05:30
views fix: delete webhook for issues, issue_comments, projects (#6539) 2025-02-03 14:53:40 +05:30
__init__.py fix: file structuring (#2797) 2023-12-07 19:59:35 +05:30
apps.py dev: external apis (#2806) 2023-12-07 19:59:35 +05:30