mirror of
https://github.com/plankanban/planka.git
synced 2025-12-17 09:13:23 +03:00
@@ -67,6 +67,14 @@ module.exports = {
|
||||
inputs.request,
|
||||
);
|
||||
|
||||
await sails.helpers.utils.sendWebhook.with({
|
||||
event: 'LIST_CREATE',
|
||||
data: list,
|
||||
projectId: values.board.projectId,
|
||||
user: inputs.request.currentUser,
|
||||
board: values.board,
|
||||
});
|
||||
|
||||
return list;
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user