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

[BUG] Web app doesn't properly remember prints selected for deletion #228

Open
puterboy opened this issue Feb 9, 2024 · 0 comments
Open
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@puterboy
Copy link
Contributor

puterboy commented Feb 9, 2024

If I select some prints for deletion in the Print History screen, then select an individual print to look at (this actually happens a lot accidentally if you aim for the delete button and miss), then go back to the Print History there is the following inconsistency

  • The Print History screen still (appropriately) shows the current items selected for deletion with checkmarks in each of the selected checkboxes
  • The summary in the top left header shows no items selected (even though there are all the original checkboxes)
  • If you further select new items, the summary counts only the new selections (even though the old selections still show)
  • Pressing Delete only deletes the new selections and no the old ones

This is not only confusing but a PITA since it is very easy to miss clicking on the checkbox which causes you to go to a detail page but then you lose everything that you previously selected and have to start all over again.

Ideal fix would be to remember what was previously selected in the summary box in the top left header.
If not that, then at least uncheck the boxes if they no longer are active for consistency and clarity.

@kennethjiang kennethjiang added enhancement New feature or request help wanted Extra attention is needed labels Feb 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants