diff --git a/webapps/src/main/resources/locale/notification/TaskNotification_en.properties b/webapps/src/main/resources/locale/notification/TaskNotification_en.properties index 3199fbf66..07646ae06 100644 --- a/webapps/src/main/resources/locale/notification/TaskNotification_en.properties +++ b/webapps/src/main/resources/locale/notification/TaskNotification_en.properties @@ -134,3 +134,6 @@ Notification.digest.more.TaskCommentedPlugin=$USER have commented on your $COUNT Notification.digest.one.TaskMentionedPlugin=You've been mentioned in a task $PROJECT_NAME: $TASK_TITLE Notification.digest.more.TaskMentionedPlugin=You've been mentioned in $COUNT tasks $PROJECT_NAME + +# Digest mail notifications: label of the category this addon owns +digest.category.tasks=Tasks diff --git a/webapps/src/main/webapp/WEB-INF/conf/task-addon/notification-configuration.xml b/webapps/src/main/webapp/WEB-INF/conf/task-addon/notification-configuration.xml index e00664957..b9b9166b8 100644 --- a/webapps/src/main/webapp/WEB-INF/conf/task-addon/notification-configuration.xml +++ b/webapps/src/main/webapp/WEB-INF/conf/task-addon/notification-configuration.xml @@ -378,4 +378,39 @@ - \ No newline at end of file + + + + io.meeds.commons.digest.DigestCategoryRegistry + + tasks + addCategoryProvider + io.meeds.commons.digest.plugin.DigestCategoryPlugin + The task notifications: assignments, due dates, comments and mentions + + + id + tasks + + + labelKey + digest.category.tasks + + + order + 40 + + + pluginIds + TaskAssignPlugin + TaskCoworkerPlugin + TaskDueDatePlugin + TaskCompletedPlugin + TaskCommentedPlugin + TaskMentionedPlugin + TaskEditionPlugin + + + + +