Bugzilla – Attachment 175197 Details for
Bug 38620
Non-existent hc-sticky asset included in opac-tags
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38620: Remove obsolete reference to hc-sicky on OPAC tags page
Bug-38620-Remove-obsolete-reference-to-hc-sicky-on.patch (text/plain), 1.36 KB, created by
Jonathan Druart
on 2024-12-04 15:16:22 UTC
(
hide
)
Description:
Bug 38620: Remove obsolete reference to hc-sicky on OPAC tags page
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-12-04 15:16:22 UTC
Size:
1.36 KB
patch
obsolete
>From 04b187a7554bc9ce8f31c1284bbe308302c7c633 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 4 Dec 2024 13:01:54 +0000 >Subject: [PATCH] Bug 38620: Remove obsolete reference to hc-sicky on OPAC tags > page > >This patch removes code intended to include the hc-sticky js library. >hc-sticky is not longer included in Koha. > >To test, apply the patch and make sure the TagsEnabled system preference >is turned on. > >Log in to the OPAC and go to the tags page. Everything should work >correctly. There should be no errors in the developer console. > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt >index 85d74f1196c..7e6dfa05e94 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt >@@ -208,7 +208,6 @@ > [% INCLUDE 'opac-bottom.inc' %] > [% BLOCK jsinclude %] > [% INCLUDE 'datatables.inc' %] >-[% Asset.js("lib/hc-sticky/hc-sticky.js") | $raw %] > <script> > const loggedinusername = [% ( loggedinusername ) ? 1 : 0 | html %]; > const opacbookbag = [% ( opacbookbag ) ? 1 : 0 | html %]; >-- >2.34.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 38620
:
175192
|
175196
| 175197