Write log entry on file removal

This commit is contained in:
Michael
2018-10-16 01:39:42 +01:00
committed by fguillot
parent 00228ac12f
commit cc81f9d4f5
7 changed files with 59 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ class NotificationSubscriber extends BaseSubscriber implements EventSubscriberIn
CommentModel::EVENT_DELETE => 'handleEvent',
CommentModel::EVENT_USER_MENTION => 'handleEvent',
TaskFileModel::EVENT_CREATE => 'handleEvent',
TaskFileModel::EVENT_DESTROY => 'handleEvent',
TaskLinkModel::EVENT_CREATE_UPDATE => 'handleEvent',
TaskLinkModel::EVENT_DELETE => 'handleEvent',
);