Skip to content

fix(ui): prevent unitypackage selection reset on bulk import refresh - #839

Closed
puk06 wants to merge 2 commits into
mainfrom
fix/bulk-import-unitypackage-reset
Closed

fix(ui): prevent unitypackage selection reset on bulk import refresh#839
puk06 wants to merge 2 commits into
mainfrom
fix/bulk-import-unitypackage-reset

Conversation

@puk06

@puk06 puk06 commented Sep 4, 2026

Copy link
Copy Markdown
Owner

RefreshItems updated view models before replacing the Items collection, which rebuilt UnitypackageViewModels and reset ComboBox selection. Set item references first, then call UpdateAllItems after assignment.

Fixes #838

Rename ItemPathViewModel.cs to ItemContentViewModel.cs to match class name and update all usages in ItemEditorViewModel.cs. Follow-up to #833 for unifying path-related naming to content terminology. No functional changes.
RefreshItems updated view models before replacing the Items collection, which rebuilt UnitypackageViewModels and reset ComboBox selection. Set item references first, then call UpdateAllItems after assignment.
@puk06 puk06 closed this Sep 4, 2026
@puk06
puk06 deleted the fix/bulk-import-unitypackage-reset branch September 4, 2026 07:42
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.

一括インポートの時のUnitypackageがアイテムインポート時にリセットされる

1 participant