Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix refs appearing in dupes-only view #910

Merged
merged 1 commit into from
Jun 23, 2021
Merged

Commits on Jun 22, 2021

  1. Fix refs appearing in dupes-only view

    * 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.
    * Fix arsenetar#757.
    glubsy committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    a51f263 View commit details
    Browse the repository at this point in the history