Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .changeset/9223-adr-0055-item-5-amendment.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
---

Record under item 5 of `docs/adr/0055-parameterized-bare-data-surface.md` that
`@objectstack/spec`'s `objectNavTargetExclusivity` superseded the
`recordId` -> `filters` -> `viewName` precedence the item states; the item's own
text is kept byte-for-byte (objectui#9223). Decision-record prose only; no
package is released by this change.
6 changes: 6 additions & 0 deletions docs/adr/0055-parameterized-bare-data-surface.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ routes untouched:
graduates to a named view only when curated and reused (see the
app-composition guide).

**Amended 2026-09-13:** superseded by `@objectstack/spec`'s
`objectNavTargetExclusivity` (17.4.0; objectui#8563 chains it on
`NavigationItemSchema`): `filters` is refused with `recordId` or
`viewName`, `runAction` with `recordId`; `recordId` + `viewName` is
tolerated. The precedence above no longer applies.

## Security model

A view was never a security boundary, and neither is this surface. It shows
Expand Down