Bugzilla – Attachment 131238 Details for
Bug 30212
Make Select2 available for ILL backend developers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30212: Make Select2 available for ILL backends
Bug-30212-Make-Select2-available-for-ILL-backends.patch (text/plain), 1.33 KB, created by
Tomás Cohen Arazi (tcohen)
on 2022-03-02 11:27:34 UTC
(
hide
)
Description:
Bug 30212: Make Select2 available for ILL backends
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2022-03-02 11:27:34 UTC
Size:
1.33 KB
patch
obsolete
>From 1afd625e2e1889edebba6a879963cba5646c6b18 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >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 <tomascohen@theke.io> >--- > 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 %] > <script> > var prefilters = '[% prefilters | $raw %]'; >-- >2.35.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 30212
:
131238
|
131339