docs(dashboards): parent-control reset re-resolves a child's user-attribute default (CUB-4464) - #11799
Conversation
…ribute default (CUB-4464)
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
|
Claude finished @mngr's task in 1m 20s —— View job Docs review — looks good; 2 low-severity nits posted inlineDetails
VerdictThe change is accurate to what the PR body describes and the three edits are the right three places. All anchors used resolve: I couldn't verify the behaviour against the product fix — Findings
Notes, not findings
|
…user-attribute anchors (CUB-4464)
|
Claude finished @mngr's task in 1m 5s —— View job Re-review after
|
Pairs with the product fix in
cubedevinc/cubejs-enterprise#14796(CUB-4464).Previously a parent control's Reset to default mapping sent a child to its static default even when the child took its default from a user attribute — so a per-viewer control was reset to a state that viewer never actually opens the board on. The behaviour now returns the child to the value it opens on for that viewer: the attribute value when one resolves, otherwise the static default (unchanged for controls with no attribute).
Updates the three places in
controls.mdxthat stated the old behaviour:No other behaviour changed.