https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42607 --- Comment #1 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- Created attachment 199154 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=199154&action=edit Bug 42607: Remove intermediate filter page from holds queue Now that the holds queue is fully API-driven with server-side pagination (bug 42503), the intermediate step requiring users to choose filters before seeing results is unnecessary. This patch: - Loads the holds queue table immediately on page load - Moves filters permanently to the sidebar - Removes the 'Results' breadcrumb level - Removes the run_report parameter from the controller - Changes the submit button label from 'Submit' to 'Filter' The UseHoldsQueueFilterOptions system preference is no longer relevant for this page's flow. Test plan: 1. Apply all patches for bug 42503 and this patch 2. Run: $ ktd --shell k$ yarn build ; koha-plack --restart kohadev 3. Navigate to Circulation > Holds queue => SUCCESS: Table loads immediately with all holds queue items => SUCCESS: Filters are in the sidebar => SUCCESS: Breadcrumbs show: Circulation > Holds queue (no 'Results') 4. Use the sidebar filters to narrow results => SUCCESS: Table redraws with filtered results 5. Click 'Clear' => SUCCESS: Filters reset and table shows all items 6. Sign off :-D Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes.