Skip to content

BUGFIX: Define selection context based on selected asset source#304

Draft
Sebobo wants to merge 3 commits into
2.xfrom
bugfix/303-multi-selection-over-asset-sources
Draft

BUGFIX: Define selection context based on selected asset source#304
Sebobo wants to merge 3 commits into
2.xfrom
bugfix/303-multi-selection-over-asset-sources

Conversation

@Sebobo
Copy link
Copy Markdown
Member

@Sebobo Sebobo commented May 26, 2026

Currently it's possible to multi select assets from multiple asset sources which creates various problems, as each asset source can be configured differently and handles its assets differently. To prevent accidental errors and confusion everything related to selection and actions on assets is now stored and verified based on the current asset source.

  • Switching the asset source also switches the multi selection.
  • The inspector checks the asset source in regards of writable properties and fields.
  • TODO: The clipboard can still handle selections from multiple asset sources

Resolves: #303

@Sebobo Sebobo added the Bug Something isn't working label May 26, 2026
@Sebobo Sebobo changed the base branch from main to 2.x May 26, 2026 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BUG: Multi selection over 2 asset sources creates issues

1 participant