mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
[PR #795] [MERGED] refactor: ♻️ webhook define all possible event types in module #1102
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/plankanban/planka/pull/795
Author: @HannesOberreiter
Created: 6/17/2024
Status: ✅ Merged
Merged: 6/18/2024
Merged by: @meltyshev
Base:
master← Head:webhook-define-event_types📝 Commits (1)
57d3c26refactor: ♻️ webhook define all possible event types in module📊 Changes
1 file changed (+57 additions, -1 deletions)
View changed files
📝
server/api/helpers/utils/send-webhooks.js(+57 -1)📄 Description
This pull would re-introduce the local event types for programmatically generation of event types: https://github.com/plankanban/planka/issues/793
It would be even more useful if the module could export the constant so one could access it by invocation. I'm not sure how the sails framework works in that case / one would nicely implement it.
Cheers
Hannes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.