https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40739

Emily Lamancusa (emlam) <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |emily.lamancusa@montgomeryc
                   |                            |ountymd.gov
         Depends on|38842                       |38714
             Status|In Discussion               |Passed QA
         QA Contact|[email protected] |emily.lamancusa@montgomeryc
                   |y.org                       |ountymd.gov
           Assignee|[email protected] |[email protected]
                   |ity.org                     |
           Keywords|                            |regression

--- Comment #6 from Emily Lamancusa (emlam) 
<[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to