You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Filed by the triage seat (session session_014tGY3fzu4uwCoe7HrfUtWg) as the destination card for a defect the maintainer ruled on 2026-08-12 but which never got its own card. Unassigned — for the repo:objectui lane.
The defect
persistViewPatch (packages/data-objectstack/src/index.ts) writes {...baseViewDef, ...patch}, so an overlay written by a mere sort/columnState change copies the view's current effective filter (and every other base key) into the overlay verbatim. The filter is pinned as-of-write: a later change to the SOURCE view's filter never reaches users whose overlay carries the frozen copy.
Diagnosed on objectstack#7494 (PM escalation comment 5252396682, "related observation"); re-verify the write site on current main before coding — line numbers and shape may have moved since PR #4713 touched this file. (Claim amendment on this thread: the write site actually lives in packages/app-shell/src/views/ObjectView.tsx on current main — defect reproduces verbatim, only attribution was off.)
The PM analysis on the same thread notes this is a bug under either scoping contract — it does not depend on the org-wide ruling.
Care points
Existing overlay rows already carry frozen base keys; decide (and state in the PR) whether the fix strips them on next write, migrates them, or tolerates them on read — silent tolerance is the shape to avoid. (2026-08-19 status: the read-side half shipped in PR fix(data-objectstack,app-shell): a view overlay contributes only the keys it owns #5272 — existing rows' disposition = documented + tested tolerate-on-read. The remaining work is the write half, blocked on the spec-side key admission above; see the 2026-08-19 maintainer-ruling comment.)
Sibling card (same ruling): the org-wide wording + permission-gate card filed alongside this one. Same file surface — serialize or combine per the lane PM's call.
Related
objectstack#7494 (ruling record) · objectui#4227 / PR #4713 (same namespace, closed) · objectstack-ai/objectstack#9933 (the spec half this card waits on)
Blocked-by: objectstack-ai/objectstack#9933
Filed by the triage seat (session
session_014tGY3fzu4uwCoe7HrfUtWg) as the destination card for a defect the maintainer ruled on 2026-08-12 but which never got its own card. Unassigned — for therepo:objectuilane.The defect
persistViewPatch(packages/data-objectstack/src/index.ts) writes{...baseViewDef, ...patch}, so an overlay written by a mere sort/columnState change copies the view's current effective filter (and every other base key) into the overlay verbatim. The filter is pinned as-of-write: a later change to the SOURCE view's filter never reaches users whose overlay carries the frozen copy.Diagnosed on objectstack#7494 (PM escalation comment
5252396682, "related observation"); re-verify the write site on currentmainbefore coding — line numbers and shape may have moved since PR #4713 touched this file. (Claim amendment on this thread: the write site actually lives inpackages/app-shell/src/views/ObjectView.tsxon current main — defect reproduces verbatim, only attribution was off.)Provenance (ruled, not to be re-opened)
Maintainer huangyiirene, 2026-08-12, objectstack#7494 comment
5261754173, verbatim:The PM analysis on the same thread notes this is a bug under either scoping contract — it does not depend on the org-wide ruling.
Care points
Related
objectstack#7494 (ruling record) · objectui#4227 / PR #4713 (same namespace, closed) · objectstack-ai/objectstack#9933 (the spec half this card waits on)