bb-plane-fork/apiserver/plane/app/views/project
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
..
base.py fix: delete webhook for issues, issue_comments, projects (#6539) 2025-02-03 14:53:40 +05:30
invite.py fix: project join for admin and members (#6097) 2024-11-26 16:58:41 +05:30
member.py chore: formatting and typo fixes 2024-12-04 19:40:37 +05:30