[Bug 38438] New: Make Add persistent selections and batch operations to item search optional
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38438 Bug ID: 38438 Summary: Make Add persistent selections and batch operations to item search optional Change sponsored?: --- Product: Koha Version: 24.05 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Cataloging Assignee: koha-bugs@lists.koha-community.org Reporter: kkrueger@cuyahogalibrary.org QA Contact: testopia@bugs.koha-community.org CC: m.de.rooy@rijksmuseum.nl In Bug 34227 - Add persistent selections and batch operations to item search, selections from item searches are retained across item searches until they are manually cleared. This has proven to be confusing for our branch staff, and ideally this would be something that could be opted in or out of. A potential use case is that a branch staff member may run an item search of all items in a shelf location, select several, and export a list of those items for someone to pull from the shelf. The branch staff member then does another item search with different criteria, then batch edits them to mark them missing. It is easy for them not to notice the additional selections or to forget to clear them, resulting in items edited by mistake. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38438 Phil Ringnalda <phil@chetcolibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Cataloging |Staff interface Version|24.05 |Main CC| |gmcharlt@gmail.com, | |phil@chetcolibrary.org Depends on| |34227 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34227 [Bug 34227] Add persistent selections and batch operations to item search -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38438 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38438 --- Comment #1 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- Created attachment 185476 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=185476&action=edit Bug 38438: Forget item selections on a new search This patch adds a new checkbox to the item search "Forget item selections from previous search" This way, selections are remembered when paginating, and can optionally be kept between searches, but defaults to clearing the storage on a enw search. To test: 1 - Do an item search for books, select two items 2 - Batch modify those items 3 - Do a new item search for music 4 - Select two items 5 - Batch delete them 6 - Note 4 items are going to be deleted 7 - Apply patch 8 - Start a new item search for books from centerville 9 - Note the form option to forget previous selections, leave it checked 10 - Do the search, select two items, batch modify, only 2! 11 - Start a new item search, uncheck the box, search 12 - Select two and batch modify, 4 items are sent! 13 - Popcorn! -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38438 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |nick@bywatersolutions.com |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38438 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #185476|0 |1 is obsolete| | --- Comment #2 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- Created attachment 185626 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=185626&action=edit Bug 38438: Forget item selections on a new search This patch adds a new checkbox to the item search "Forget item selections from previous search" This way, selections are remembered when paginating, and can optionally be kept between searches, but defaults to clearing the storage on a enw search. To test: 1 - Do an item search for books, select two items 2 - Batch modify those items 3 - Do a new item search for music 4 - Select two items 5 - Batch delete them 6 - Note 4 items are going to be deleted 7 - Apply patch 8 - Start a new item search for books from centerville 9 - Note the form option to forget previous selections, leave it checked 10 - Do the search, select two items, batch modify, only 2! 11 - Start a new item search, uncheck the box, search 12 - Select two and batch modify, 4 items are sent! 13 - Popcorn! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38438 Lin Wei <lin-wei.li@inLibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38438 Lin Wei <lin-wei.li@inLibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #185626|0 |1 is obsolete| | --- Comment #3 from Lin Wei <lin-wei.li@inLibro.com> --- Created attachment 186106 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=186106&action=edit Bug 38438: Forget item selections on a new search This patch adds a new checkbox to the item search "Forget item selections from previous search" This way, selections are remembered when paginating, and can optionally be kept between searches, but defaults to clearing the storage on a enw search. To test: 1 - Do an item search for books, select two items 2 - Batch modify those items 3 - Do a new item search for music 4 - Select two items 5 - Batch delete them 6 - Note 4 items are going to be deleted 7 - Apply patch 8 - Start a new item search for books from centerville 9 - Note the form option to forget previous selections, leave it checked 10 - Do the search, select two items, batch modify, only 2! 11 - Start a new item search, uncheck the box, search 12 - Select two and batch modify, 4 items are sent! 13 - Popcorn! Signed-off-by: Ludovic Julien <ludovic.julien@inLibro.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38438 Ludovic <ludovic.julien@inLibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ludovic.julien@inLibro.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38438 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize@openfifth.c | |o.uk QA Contact|testopia@bugs.koha-communit |martin.renvoize@openfifth.c |y.org |o.uk -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38438 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #186106|0 |1 is obsolete| | --- Comment #4 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 187192 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=187192&action=edit Bug 38438: Forget item selections on a new search This patch adds a new checkbox to the item search "Forget item selections from previous search" This way, selections are remembered when paginating, and can optionally be kept between searches, but defaults to clearing the storage on a enw search. To test: 1 - Do an item search for books, select two items 2 - Batch modify those items 3 - Do a new item search for music 4 - Select two items 5 - Batch delete them 6 - Note 4 items are going to be deleted 7 - Apply patch 8 - Start a new item search for books from centerville 9 - Note the form option to forget previous selections, leave it checked 10 - Do the search, select two items, batch modify, only 2! 11 - Start a new item search, uncheck the box, search 12 - Select two and batch modify, 4 items are sent! 13 - Popcorn! Signed-off-by: Ludovic Julien <ludovic.julien@inLibro.com> Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38438 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38438 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |release-notes-needed CC| |lucas@bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38438 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to main Version(s)| |25.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38438 --- Comment #5 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- Nice work everyone! Pushed to main for 25.11 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38438 Laura Escamilla <Laura.escamilla@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Laura.escamilla@bywatersolu | |tions.com Status|Pushed to main |Needs documenting --- Comment #6 from Laura Escamilla <Laura.escamilla@bywatersolutions.com> --- This is an enhancement and will not be backported to the 25.05.x branch. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org