Bugzilla – Attachment 112770 Details for
Bug 26795
Remove the use of jquery.checkboxes plugin from ILL pages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26795: Remove the use of jquery.checkboxes plugin from ILL pages
Bug-26795-Remove-the-use-of-jquerycheckboxes-plugi.patch (text/plain), 2.25 KB, created by
Katrin Fischer
on 2020-10-31 23:12:10 UTC
(
hide
)
Description:
Bug 26795: Remove the use of jquery.checkboxes plugin from ILL pages
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-10-31 23:12:10 UTC
Size:
2.25 KB
patch
obsolete
>From 23efc49d0f74bf38a80072c792c6ddaea98bb257 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 23 Oct 2020 12:41:50 +0000 >Subject: [PATCH] Bug 26795: Remove the use of jquery.checkboxes plugin from > ILL pages > >This patch removes the inclusion of the jquery.checkboxes plugin from >two staff interface ILL pages where the plugin is unused. > >To test you need at least one patron with some ILL requests. > >- Apply the patch and locate a patron with ILL requests. >- Click the "ILL requests history" tab. >- Confirm that the table of requests has no checkboxes. >- Choose "Ill requests" from the "More" menu in the header. >- Confirm that the table of requests has no checkboxes. > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt | 1 - > koha-tmpl/intranet-tmpl/prog/en/modules/members/ill-requests.tt | 1 - > 2 files changed, 2 deletions(-) > >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 b719c72b05..86c81afbd3 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 >@@ -768,7 +768,6 @@ > [% INCLUDE 'columns_settings.inc' %] > [% INCLUDE 'calendar.inc' %] > [% Asset.js("lib/jquery/plugins/jquery-ui-timepicker-addon.min.js") | $raw %] >- [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %] > <script> > var prefilters = '[% prefilters | $raw %]'; > // Set column settings >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/ill-requests.tt >index 3540fb6929..66322860d4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/ill-requests.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/ill-requests.tt >@@ -46,7 +46,6 @@ > [% INCLUDE 'datatables.inc' %] > [% INCLUDE 'columns_settings.inc' %] > [% INCLUDE 'calendar.inc' %] >- [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %] > <script> > var prefilters = '[% prefilters | html %]'; > // Set column settings >-- >2.11.0
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 26795
:
112261
|
112769
| 112770