From b376f25a8283b4dc1c0d3e3476f41e90da730490 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 5 Jan 2016 15:54:59 +0000 Subject: [PATCH] Bug 15412: Enable dropdowns date selector when suspending holds It seems to be the way to fix that https://stackoverflow.com/questions/13649459/twitter-bootstrap-multiple-modal-error Test plan: 1 - Place a hold through the opac 2 - View your account->Holds 3 - Click suspend hold 4 - You should be able to select a date using the arrows and dropdowns --- koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc index 1d350ea..30ba396 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc @@ -96,6 +96,9 @@ $.widget.bridge('uitooltip', $.ui.tooltip); "[% interface %]/[% theme %]/lib/enquire.min.js", "[% interface %]/[% theme %]/js/script.js" ]); + + // Fix for datepicker in a modal + $.fn.modal.Constructor.prototype.enforceFocus = function () {}; [% IF ( OPACAmazonCoverImages || SyndeticsCoverImages ) %]