From c88b0019a904212e0b8b15958af48c5d04732e95 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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Followed test plan, works as expected. Signed-off-by: Marc VĂ©ron --- 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 ) %]