bb-plane-fork/apiserver/plane
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
..
analytics chore: formatting all python files using black formatter (#3366) 2024-01-22 13:19:43 +05:30
api fix: delete webhook for issues, issue_comments, projects (#6539) 2025-02-03 14:53:40 +05:30
app fix: delete webhook for issues, issue_comments, projects (#6539) 2025-02-03 14:53:40 +05:30
authentication path already defined on line 51 (#6427) 2025-01-30 13:36:16 +05:30
bgtasks fix: delete webhook for issues, issue_comments, projects (#6539) 2025-02-03 14:53:40 +05:30
db chore: webhook, comments migration (#6523) 2025-01-31 18:04:40 +05:30
license fix: admin login when the user is not present (#6399) 2025-01-16 19:59:04 +05:30
middleware chore: formatting changes 2024-11-21 17:42:44 +05:30
settings [WEB 3053]feat: support LibreOffice file attachments in issues (#6343) 2025-01-10 10:20:38 +05:30
space fix: removed the unused triage state (#6337) 2025-01-07 15:17:29 +05:30
static build: merge frontend and backend into a single repo 2022-11-30 02:47:42 +05:30
tests chore: formatting changes 2024-11-21 17:42:44 +05:30
utils [WEB-3177] fix: resolve cycle creation issue for equal start_date and completed_date (#6504) 2025-01-29 16:35:25 +05:30
web chore: formatting changes 2024-11-21 17:42:44 +05:30
__init__.py chore: formatting all python files using black formatter (#3366) 2024-01-22 13:19:43 +05:30
asgi.py chore: formatting changes 2024-11-21 17:42:44 +05:30
celery.py fix: celery timestamp changes 2024-11-19 20:17:53 +05:30
urls.py chore: formatting changes 2024-11-21 17:42:44 +05:30
wsgi.py chore: formatting all python files using black formatter (#3366) 2024-01-22 13:19:43 +05:30