feat: Declare the Tasks digest mail notifications category - EXO-89484 - eXIP7.3.0.22 - #640
Open
azayati wants to merge 1 commit into
Open
feat: Declare the Tasks digest mail notifications category - EXO-89484 - eXIP7.3.0.22#640azayati wants to merge 1 commit into
azayati wants to merge 1 commit into
Conversation
…- eXIP7.3.0.22 Contributes the Tasks category to the digest settings drawer, next to the notification plugins it covers. Pure configuration: the category is declared on the Kernel DigestCategoryRegistry of commons, and its label lives in the bundle the notification plugins of this addon already use. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Part of eXIP 7.3.0.22 — Digest Mail Notifications. Task EXO-89484 (US03).
Contributes the Tasks category to the digest settings drawer. Depends on Meeds-io/commons#772, which brings the Kernel
DigestCategoryRegistrythis configuration targets — merge that one first.Pure configuration, no Java:
component-pluginon the registry, next to the notification plugins it already declares, and covers the 7 task plugins (assignment, coworker, due date, completion, comment, mention, edition).DigestCategoryLabelResolverreads it — translated server side, so the settings page has nothing to load.The categories are declared in the Kernel rather than as Spring beans on purpose: each webapp has its own Spring context, and only the Kernel container is shared by all of them. This addon's category therefore reaches the digest whatever the addon is made of.
AI contribution
Classified N1 — human-driven, no auto-merge, author ≠ approver.