feat(notifications): per-application fallback notification templates - #740
Merged
Merged
Conversation
An application can now fall back to another notification templates folder for any template missing from its own notifications/<name>/ folder. The fallback is chosen in the application dialog of the admin UI (Fallback notification templates), from the folders Agate finds: the bundled mica one and any under AGATE_HOME/conf/templates/notifications/. - GET /ws/applications/_notification-templates lists these folders - the fallback applies only to a missing file, never to a parse error - looked up by application id, not display name, so a differently cased display name still resolves correctly - default is None (no fallback) for new and existing applications: applications have no type, so Agate does not assume a Mica - fix: updateApplication was not persisting the fallback folder - see UPGRADE.md for the multi-Mica setup
ymarcon
force-pushed
the
improvement/app-notifications
branch
from
September 25, 2026 12:25
2c9b8af to
8889ab5
Compare
8 tasks
…enticated by name
…derSummaryDto to models/Oidc.ts
…tes and bundled _templates only
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.
An application can now fall back to another notification templates folder for any template missing from its own notifications// folder. The fallback is chosen in the application dialog of the admin UI (Fallback notification templates), from the folders Agate finds: the bundled mica one and any under AGATE_HOME/conf/templates/notifications/.