bb-plane-fork/apiserver/plane/api/views
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
..
__init__.py fix: renamed inbox to intake (#5967) 2024-11-08 17:10:24 +05:30
base.py chore: formatting changes 2024-11-21 17:42:44 +05:30
cycle.py chore: formatting changes 2024-11-21 17:42:44 +05:30
intake.py chore: remove the default intake state (#6252) 2024-12-23 20:26:48 +05:30
issue.py feat: add issue attachment external endpoint (#6307) 2025-01-03 14:29:40 +05:30
member.py chore: formatting changes 2024-11-21 17:42:44 +05:30
module.py chore: formatting changes 2024-11-21 17:42:44 +05:30
project.py fix: delete webhook for issues, issue_comments, projects (#6539) 2025-02-03 14:53:40 +05:30
state.py chore: formatting changes 2024-11-21 17:42:44 +05:30