Bugzilla – Attachment 112274 Details for
Bug 26798
Remove the use of jquery.checkboxes plugin from patron detail page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26798: Remove the use of jquery.checkboxes plugin from patron detail page
Bug-26798-Remove-the-use-of-jquerycheckboxes-plugi.patch (text/plain), 1.46 KB, created by
Owen Leonard
on 2020-10-23 13:45:23 UTC
(
hide
)
Description:
Bug 26798: Remove the use of jquery.checkboxes plugin from patron detail page
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2020-10-23 13:45:23 UTC
Size:
1.46 KB
patch
obsolete
>From 2b1533d21bd1cd54ad7eef8ca99df8fa050b301c Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 23 Oct 2020 13:34:36 +0000 >Subject: [PATCH] Bug 26798: Remove the use of jquery.checkboxes plugin from > patron detail page > >This patch removes inclusion of the jquery.checkboxes plugin from the >patron detail page (moremember.tt). The plugin is unused. > >To test, apply the patch and locate a patron with checkouts. > >- View the details for that patron. >- Open the checkouts tab and click "Show checkouts" if necessary. >- In the table of checkouts, confirm that the "select all" and "none" > links in the "Renew" and "Check in" column headers work correctly. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >index 4bf7ba95f7..fa629fa79a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >@@ -915,7 +915,6 @@ > [% Asset.js("lib/jquery/plugins/rowGroup/dataTables.rowGroup.min.js") | $raw %] > [% INCLUDE 'columns_settings.inc' %] > [% INCLUDE 'calendar.inc' %] >- [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %] > [% Asset.js("lib/jquery/plugins/jquery-ui-timepicker-addon.min.js") | $raw %] > [% INCLUDE 'timepicker.inc' %] > <script> >-- >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 26798
:
112274
|
112398
|
112443