Bugzilla – Attachment 117421 Details for
Bug 24624
Phase out jquery.cookie.js: Receipt summary
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24624: Remove unused jquery.cookie.js plugin
Bug-24624-Remove-unused-jquerycookiejs-plugin.patch (text/plain), 1.54 KB, created by
Katrin Fischer
on 2021-02-28 17:49:33 UTC
(
hide
)
Description:
Bug 24624: Remove unused jquery.cookie.js plugin
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2021-02-28 17:49:33 UTC
Size:
1.54 KB
patch
obsolete
>From 9b6e8a57f33fdcff3ec0f9c43039864d31bf6fbd Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 18 Feb 2021 18:07:02 +0000 >Subject: [PATCH] Bug 24624: Remove unused jquery.cookie.js plugin > >This patch removes inclusion of the jquery.cookie.js plugin from the >"Receive orders" page in Acquisitions. It is unused. > >To test apply the patch and follow the process for receiving an order in >Acquisitions: > >- Acquisitions -> Vendor -> Receive shipments -> Receive a new shipment >- The table of pending orders should display correctly, and there should > be no JavaScript errors in the browser console. > >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/acqui/parcel.tt | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >index c9253973f0..40fa162bdb 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >@@ -328,7 +328,6 @@ > [% Asset.js("js/acquisitions-menu.js") | $raw %] > [% INCLUDE 'datatables.inc' %] > [% Asset.js("lib/jquery/plugins/jquery.dataTables.columnFilter.js") | $raw %] >- [% Asset.js("lib/jquery/plugins/jquery.cookie.min.js") | $raw %] > <style>#dataPreview { width : 80%; } @media (max-width: 767px) { #dataPreview { margin: 0; width : auto; } }</style> > <script> > dt_overwrite_html_sorting_localeCompare(); >-- >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 24624
:
117011
|
117105
| 117421