Skip to content

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

Merged
ValeriaMaltseva merged 10 commits into
2026.xfrom
2514-add-improvement
Jul 15, 2026
Merged

[Data Object Editor] make child grid and variant grid detachable#3862
ValeriaMaltseva merged 10 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.

@ValeriaMaltseva ValeriaMaltseva requested a review from vin0401 July 10, 2026 16:45
@ValeriaMaltseva ValeriaMaltseva added this to the 2026.3.0 milestone Jul 10, 2026
@sonarqubecloud

Copy link
Copy Markdown

@ValeriaMaltseva ValeriaMaltseva merged commit 2fbe07c into 2026.x Jul 15, 2026
7 checks passed
@ValeriaMaltseva ValeriaMaltseva deleted the 2514-add-improvement branch July 15, 2026 12:59
@github-actions github-actions Bot locked and limited conversation to collaborators Jul 15, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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

2 participants