https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31394 Bug ID: 31394 Summary: background hold cancellation causing confusion Change sponsored?: --- Product: Koha Version: 21.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Hold requests Assignee: koha-bugs@lists.koha-community.org Reporter: bdaeuber@cityoffargo.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com Moving the bulk hold cancellation to background jobs has had the side effect of confusing staff since waitingreserves.pl refreshes with the items still listed. Staff will then try to refresh the page to see if the items were canceled, but that causes Koha to resubmit the background job since waitingreserves.pl?cancelBulk is still in the address bar. I'd propose we at minimum do not make it possible to resubmit that job so easily, but possibly to go directly to the results of the enqueued job. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.