bb-plane-fork/apiserver/plane/app/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
..
analytic chore: formatting changes 2024-11-21 17:42:44 +05:30
asset chore: gif support for editor (#6219) 2024-12-18 13:17:05 +05:30
cycle [WEB-3249] chore: delete the user recent visits (#6496) 2025-01-28 20:50:15 +05:30
dashboard fix: dashboard completed issues count (#6422) 2025-01-17 18:03:28 +05:30
estimate chore: formatting changes 2024-11-21 17:42:44 +05:30
exporter chore: formatting changes 2024-11-21 17:42:44 +05:30
external Integrates LiteLLM for Unified Access to Multiple LLM Models (#5925) 2024-12-31 13:57:26 +05:30
intake chore: formatting changes 2024-11-21 17:42:44 +05:30
issue [WEB-3249] chore: delete the user recent visits (#6496) 2025-01-28 20:50:15 +05:30
module [WEB-3249] chore: delete the user recent visits (#6496) 2025-01-28 20:50:15 +05:30
notification fix: notification count (#6109) 2024-11-28 12:58:09 +05:30
page [WEB-3249] chore: delete the user recent visits (#6496) 2025-01-28 20:50:15 +05:30
project fix: delete webhook for issues, issue_comments, projects (#6539) 2025-02-03 14:53:40 +05:30
search [WEB-2711]fix: guest mentions and assignees (#6315) 2025-01-06 13:06:16 +05:30
state chore: update project state (#6467) 2025-01-28 20:49:36 +05:30
timezone [WEB-2884] chore: Update timezone list, add new endpoint, and update timezone dropdowns (#6231) 2024-12-19 20:15:55 +05:30
user chore: formatting changes 2024-11-21 17:42:44 +05:30
view [WEB-3249] chore: delete the user recent visits (#6496) 2025-01-28 20:50:15 +05:30
webhook chore: webhook, comments migration (#6523) 2025-01-31 18:04:40 +05:30
workspace feat: user preference url and sort order change (#6505) 2025-01-30 13:29:39 +05:30
__init__.py feat: workspace user preference api (#6497) 2025-01-28 20:50:24 +05:30
api.py chore: formatting changes 2024-11-21 17:42:44 +05:30
base.py chore: formatting changes 2024-11-21 17:42:44 +05:30
error_404.py chore: formatting changes 2024-11-21 17:42:44 +05:30