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

History does not display files that are removed from the library #6503

Closed
mixxxbot opened this issue Aug 22, 2022 · 4 comments
Closed

History does not display files that are removed from the library #6503

mixxxbot opened this issue Aug 22, 2022 · 4 comments
Labels
Milestone

Comments

@mixxxbot
Copy link
Collaborator

Reported by: kain88-de
Date: 2012-06-04T08:08:05Z
Status: Fix Released
Importance: Low
Launchpad Issue: lp1008374
Attachments: setlog.patch, setlog2.patch


The History does not display files that have been removed from the library.

The reason for this is that it uses PlaylistTableModels which on default applies a mixxx_deleted=0 filter.

I've added a patch that adds a bool to the PlaylistTableModel constructor, if another value then the default is
passed to the constructor this will remove "AND mixxx_deleted=0" from the querystring.

@mixxxbot mixxxbot added the bug label Aug 22, 2022
@mixxxbot
Copy link
Collaborator Author

Commented by: kain88-de
Date: 2012-06-04T08:08:05Z
Attachments: setlog.patch

@mixxxbot
Copy link
Collaborator Author

Commented by: kain88-de
Date: 2012-06-04T12:56:40Z
Attachments: setlog2.patch


Now following coding guidelines

@mixxxbot
Copy link
Collaborator Author

Commented by: daschuer
Date: 2012-06-04T20:16:50Z


Good work, Thank you. Committed to lp:mixxx #⁠3244.

@mixxxbot
Copy link
Collaborator Author

Issue closed with status Fix Released.

@mixxxbot mixxxbot transferred this issue from another repository Aug 24, 2022
@mixxxbot mixxxbot added this to the 1.11.0 milestone Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant