docs(intent): notify link placeholders - {recordUrl} / {inboxUrl} - #185
Merged
Conversation
…s a route
`{appUrl}` gave a notify block only the application's origin, so a body that
wanted to link back to the record had to hand-type the generated app's route -
the layout the model is forbidden to know, correct until a template changes it.
Document the two reserved tokens that finish the job: `{recordUrl}` (the record
the message is about) and `{inboxUrl}` (the recipient's process Inbox), both
resolved to a complete address, with `{appUrl}` reframed as the escape hatch for
addresses the other two cannot express. Covers the reserved-name rule, the
`DIRIGIBLE_APP_BASE_URL` origin and its tenant override, why the intent never
writes the path, and the fan-out scoping (`{recordUrl}` links the row).
Co-Authored-By: Claude Opus 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.
Documents the notify block's link placeholders, added by eclipse-dirigible/dirigible#6744 (closes eclipse-dirigible/dirigible#6553).
{appUrl}supplied only the application's origin, so a body that wanted to link back to the record had to hand-type the generated app's route — the layout the model is forbidden to know, correct until a template changes it.{recordUrl}and{inboxUrl}are resolved to complete addresses instead.docs/help/intent/glue.md— a new "Links back to the application" section under the notify block: the three-token table, the reserved-name rule, the "never hand-type a route" rule with the concrete addresses each token resolves to, theDIRIGIBLE_APP_BASE_URLorigin and its tenant override, why the intent never writes the path, and the fan-out scoping ({recordUrl}links the row,{record.<field>}reads the anchor).docs/help/intent/dsl-reference.md— the index row.Anchors verified against the built HTML (
#links-back-to-the-application-recordurl-inboxurl-appurl);npm run docs:buildclean.🤖 Generated with Claude Code