[Bug 38300] New: Cancelling holds in bulk should not need localStorage
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38300 Bug ID: 38300 Summary: Cancelling holds in bulk should not need localStorage Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Hold requests Assignee: koha-bugs@lists.koha-community.org Reporter: jonathan.druart@gmail.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com We are storing the selected holds in localStorage, we should not need that. Once we selected and cancelled them, a fresh table (without nothing checked) should be shown. There is some code to reset it 251 if(!localStorage.selectedWaitingHolds || document.referrer.replace(/\?.*/, '') !== document.location.origin+document.location.pathname) { 252 localStorage.selectedWaitingHolds = '[]'; 253 } But it does not work in all situations. I think we simply need to use a JS variable, or I am missing something. -- 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=38300 --- Comment #1 from Jonathan Druart <jonathan.druart@gmail.com> --- Consider the work on bug 38295 (and the possibility to use Select DT's extension) -- 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=38300 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |38295 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38295 [Bug 38295] Standardize "select all" behaviours -- 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=38300 Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen@gmail.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38300 Cheryl <clackman@fargolibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |clackman@fargolibrary.org -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org