mirror of
https://github.com/plankanban/planka.git
synced 2025-12-18 01:11:13 +03:00
feat: Move webhooks configuration from environment variable to UI
This commit is contained in:
@@ -91,8 +91,11 @@ module.exports = {
|
||||
inputs.request,
|
||||
);
|
||||
|
||||
const webhooks = await Webhook.qm.getAll();
|
||||
|
||||
sails.helpers.utils.sendWebhooks.with({
|
||||
event: 'customFieldGroupUpdate',
|
||||
webhooks,
|
||||
event: Webhook.Events.CUSTOM_FIELD_GROUP_UPDATE,
|
||||
buildData: () => ({
|
||||
item: customFieldGroup,
|
||||
included: {
|
||||
|
||||
Reference in New Issue
Block a user