bb-plane-fork/apiserver/plane/api
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
serializers chore: added estimate point value in expand issues (#6483) 2025-01-28 15:11:33 +05:30
urls chore: add attachment in intake issue (#6503) 2025-01-29 15:53:34 +05:30
views fix: delete webhook for issues, issue_comments, projects (#6539) 2025-02-03 14:53:40 +05:30
__init__.py dev: external apis (#2806) 2023-12-07 19:59:35 +05:30
apps.py chore: formatting all python files using black formatter (#3366) 2024-01-22 13:19:43 +05:30
rate_limit.py chore: formatting changes 2024-11-21 17:42:44 +05:30