[Bug]: Retuning to Multi View from Single in Dupe Review After Changing Group Links Incorrectly #68

Closed
opened 2026-06-13 00:51:59 +00:00 by ValleyGeek · 2 comments
Owner

App version

0.1.25

Platform

Both

Steps to reproduce

  1. Open a duplicate group in the duplicate workbench
  2. Change to Single View
  3. Move to another duplicate group
  4. Close the image viewer using the back button, keyboard shortcut, or multi button

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

### App version 0.1.25 ### Platform Both ### Steps to reproduce 1. Open a duplicate group in the duplicate workbench 2. Change to Single View 3. Move to another duplicate group 4. Close the image viewer using the back button, keyboard shortcut, or multi button ### 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_
ValleyGeek changed title from [Bug]: Retuning to Multi View from Single in Dup Review After Chaning Group Links Wrong to [Bug]: Retuning to Multi View from Single in Dup Review After Changing Group Links Incorrectly 2026-06-13 01:02:27 +00:00
ValleyGeek changed title from [Bug]: Retuning to Multi View from Single in Dup Review After Changing Group Links Incorrectly to [Bug]: Retuning to Multi View from Single in Dupe Review After Changing Group Links Incorrectly 2026-06-13 01:02:39 +00:00
Member

Fix 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_tag when 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_view in tests/test_pr8_viewer.py.

Fix 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_tag` when 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_view` in `tests/test_pr8_viewer.py`.
Member

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.

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.
Grok closed this issue 2026-06-13 01:59:39 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ai-collab/bulk-image-organizer#68
No description provided.