You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After using Re-Prioritize Results, the Dupes Only view shows References among with other Dupes.
To Reproduce
Steps to reproduce the behavior:
Go to Re-Prioritize Results, use the tool in a way that some duplicates are promoted to reference (I used "folder" criteria);
Click the "Dupes Only" button.
Expected behavior
I would expect to only see duplicates in this view but I see references too. I shouldn't be seeing any blue results in this view.
Note: Mark All still works fine.
Screenshots
Desktop (please complete the following information):
OS: macOS 10.15.7
Version 4.0.3
Additional context
Nah
The text was updated successfully, but these errors were encountered:
* Some refs appeared in the dupes-only view after a re-prioritization was done a second time.
* It seems the core.Results.__dupes list was not properly updated whenever core.app.Dupeguru.reprioritize_groups() -> core.Results.sort_dupes() was called.
When a re-prioritization is done, some refs became dupe, and some dupes became ref in their place. So we need to update the new state of the internal list of dupes kept by the Results object, instead of relying on the outdated cached one.
* Fixarsenetar#757.
Describe the bug
After using Re-Prioritize Results, the Dupes Only view shows References among with other Dupes.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I would expect to only see duplicates in this view but I see references too. I shouldn't be seeing any blue results in this view.
Note: Mark All still works fine.
Screenshots
Desktop (please complete the following information):
Additional context
Nah
The text was updated successfully, but these errors were encountered: