mirror of
https://github.com/plankanban/planka.git
synced 2025-12-18 09:13:21 +03:00
feat: Add board activity log
This commit is contained in:
@@ -35,6 +35,15 @@ module.exports = {
|
||||
|
||||
await sails.helpers.lists.deleteRelated(lists);
|
||||
|
||||
await Action.qm.update(
|
||||
{
|
||||
boardId: boardIdOrIds,
|
||||
},
|
||||
{
|
||||
boardId: null,
|
||||
},
|
||||
);
|
||||
|
||||
await NotificationService.qm.delete({
|
||||
boardId: boardIdOrIds,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user