https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40739 Emily Lamancusa (emlam) <emily.lamancusa@montgomerycountymd.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emily.lamancusa@montgomeryc | |ountymd.gov Depends on|38842 |38714 Status|In Discussion |Passed QA QA Contact|testopia@bugs.koha-communit |emily.lamancusa@montgomeryc |y.org |ountymd.gov Assignee|koha-bugs@lists.koha-commun |lucas@bywatersolutions.com |ity.org | Keywords| |regression --- Comment #6 from Emily Lamancusa (emlam) <emily.lamancusa@montgomerycountymd.gov> --- Moving this straight to PQA; it's a trivial fix for a major regression. I think the cause was 8e7f5556 (bug 38714), though: [% IF Koha.Preference('TransfersBlockCirc') %] - <div id="item-transfer-modal" class="modal modal-lg block audio-alert-action" data-bs-backdrop="static" data-bs-keyboard="false"> + [% SET div_class='block' %] [% ELSE %] - <div id="item-transfer-modal" class="modal modal-lg noblock audio-alert-action"> + [% SET div_class='noblock' %] [% END %] + <div id="item-transfer-modal" class="modal modal-lg block audio-alert-action" [% IF Koha.Preference('TransfersBlockCirc') %]data-bs-backdrop="static" data-bs-keyboard="false"[% END %]> Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38714 [Bug 38714] Adjust templates for prettier https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38842 [Bug 38842] Add reusable modal wrapper -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.