Skip to content

Commit 43fa989

Browse files
claude[bot]claude
andauthored
docs(releases): qualify the v17 notify-template locale as one per notification (#13707)
The v17 page still promised the retired shape: the `notify` node's `template` path "resolved by `(name, recipient locale)` at delivery time". Per the maintainer ruling of 2026-08-13 there is no per-recipient locale — `payload.locale` is interpolated once, before fan-out, its fallback is the deployment default (`II18nService.getDefaultLocale()`), and `sys_user` carries no locale column. The live docs were corrected accordingly; this page was the residue, read by exactly the audience the wording misleads. Wording is copied from the corrected live sites rather than invented, so one fact keeps one qualifier. Claude-Session: https://claude.ai/code/session_01Pk26oZ12t5N1hwGW1m1MgC Co-authored-by: Claude <noreply@anthropic.com>
1 parent 45397ed commit 43fa989

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

content/docs/releases/v17.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3504,7 +3504,12 @@ a credential that was never meant to be readable stops being served.
35043504
and the inbox channel consumes it, so localized `sys_email_template` content now
35053505
reaches `sys_inbox_message` (#9225). Flow `notify` nodes can reference a template
35063506
for localized delivery — `template` + `templateData` on `NotifyNodeConfig`,
3507-
resolved by `(name, recipient locale)` at delivery time (#9205).
3507+
resolved by `(name, locale)` at delivery time (#9205). **The locale is one
3508+
value for the whole notification, not one per recipient**: `payload.locale` if
3509+
the producer set one, else the deployment default
3510+
(`II18nService.getDefaultLocale()`) — the platform has no per-user locale, so
3511+
recipients whose personal languages differ all receive the same row (a
3512+
per-user locale is deferred by the 2026-08-13 ruling).
35083513
- **`map` joins the per-visualization blocks on `ListViewSchema`.**
35093514
`ListMapConfigSchema` is the eighth block alongside kanban / calendar / gantt /
35103515
gallery / timeline / chart / tree, declaring the map renderer's documented read

0 commit comments

Comments
 (0)