Skip to content

[Data Object Editor] make child grid and variant grid detachable#3862

Open
ValeriaMaltseva wants to merge 4 commits into
2026.xfrom
2514-add-improvement
Open

[Data Object Editor] make child grid and variant grid detachable#3862
ValeriaMaltseva wants to merge 4 commits into
2026.xfrom
2514-add-improvement

Conversation

@ValeriaMaltseva

Copy link
Copy Markdown
Contributor

Related issue

Closes #2514

What was fixed

Made the children grid (in the object editor) and the variant grid detachable, so they can be popped out into the bottom widget area — the same way the Preview and Versions tabs already work.

  • Object editor "Children" tab (childrenTab clone of TAB_LISTING) → isDetachable = true
  • Variants tab (TAB_VARIANTS) → isDetachable = true

The folder editor's shared "View" listing tab is intentionally left non-detachable: the flag is set on the object editor's childrenTab clone rather than on the shared TAB_LISTING, so it does not leak to the folder editor.

Why

Requested in #2514 — users want to detach these grids into their own area for a larger working view, consistent with the other detachable editor tabs.

@sonarqubecloud

sonarqubecloud Bot commented Jul 8, 2026

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Data Object Editor] make child grid and variant grid detachable

3 participants