From 1afd625e2e1889edebba6a879963cba5646c6b18 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Wed, 2 Mar 2022 08:19:55 -0300 Subject: [PATCH] Bug 30212: Make Select2 available for ILL backends This patch makes select2 available for ILL backend developers to use on their templates. To test: 1. Have a configured backed and an ILL request 2. Open the inspector and load any action on the backend (intranet) => FAIL: no select2 asset is transfered from Koha to the browser 3. Apply this patch 4. Reload => SUCCESS: There's select2 5. Sign off :-D Signed-off-by: Tomas Cohen Arazi --- koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt index 5029e5f858..33d97e63e4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt @@ -834,6 +834,7 @@ [% INCLUDE 'datatables.inc' %] [% INCLUDE 'columns_settings.inc' %] [% INCLUDE 'calendar.inc' %] + [% INCLUDE 'select2.inc' %] [% Asset.js("lib/jquery/plugins/jquery-ui-timepicker-addon.min.js") | $raw %]