[Bug]: Retuning to Multi View from Single in Dupe Review After Changing Group Links Incorrectly #68
Labels
No labels
Kind/Bug
Kind/Feature
Priority/High
Priority/Medium
Reviewed/Confirmed
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ai-collab/bulk-image-organizer#68
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
App version
0.1.25
Platform
Both
Steps to reproduce
Expected behavior
Return to the multi-view of the image set active in the single viewer
Actual behavior
Returns to the image set that was last open in multi view
Additional context
No response
[Bug]: Retuning to Multi View from Single in Dup Review After Chaning Group Links Wrongto [Bug]: Retuning to Multi View from Single in Dup Review After Changing Group Links Incorrectly[Bug]: Retuning to Multi View from Single in Dup Review After Changing Group Links Incorrectlyto [Bug]: Retuning to Multi View from Single in Dupe Review After Changing Group Links IncorrectlyFix implemented on branch
0.1.26/issue-68-dupe-multi-return.Cause: Returning from Dupe Single view to Multi view only synced tag metadata on the existing multi grid. If the user navigated to a different duplicate group while in Single view, the multi grid still showed the group that was last open in Multi view.
Fix: Track
_dupe_multi_displayed_tagwhen the multi grid is loaded. On exit from Single view, refresh the multi grid when the active group differs from the displayed group; otherwise keep the lightweight tag-only sync.Regression test:
test_dupe_single_exit_returns_active_group_multi_viewintests/test_pr8_viewer.py.Fix validated. Closing — resolved in PR for
0.1.26/issue-68-dupe-multi-return(release 0.1.27).Returning from Dupe Single view to Multi view now loads the duplicate group that was active in Single view, not the group last shown in Multi view.