From 022e5d6b2c8a38d6106137350563101858d0a7a3 Mon Sep 17 00:00:00 2001 From: Emily Lamancusa Date: Fri, 17 Jan 2025 11:47:56 -0500 Subject: [PATCH] Bug 38919: hold-found1 modal needs block class After the upgrade to Bootstrap 5, modals need either the block or noblock class in order to be shown. The class was missing from the modal that appears when an item is checked in after it is already waiting for a hold. To test: 1. Place a hold on an item for pickup at the logged-in branch 2. Check in the item and confirm the hold 3. Check in the item again --> There is no notification that the item is already assigned to a waiting hold, just a "Not checked out" message 4. Apply patch 5. Navigate away from the page (we can't simply refresh the page because we don't want to resubmit the request just yet) 6. Check in the item again --> A modal appears notifying of the waiting hold --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt index 37dfd570b1..454d56d789 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -627,7 +627,7 @@ [% IF ( found ) %] [% IF ( waiting ) %] -