Bugzilla – Attachment 130419 Details for
Bug 11873
Upgrade jstree jQuery plugin to the latest version
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11873: (QA follow-up) Add missing TT filters
Bug-11873-QA-follow-up-Add-missing-TT-filters.patch (text/plain), 3.00 KB, created by
Fridolin Somers
on 2022-02-10 01:27:03 UTC
(
hide
)
Description:
Bug 11873: (QA follow-up) Add missing TT filters
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2022-02-10 01:27:03 UTC
Size:
3.00 KB
patch
obsolete
>From 7212955b133a49b700b9eeb1cf2e5ed9527f4e7c Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Wed, 9 Feb 2022 15:16:32 -1000 >Subject: [PATCH] Bug 11873: (QA follow-up) Add missing TT filters > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt | 2 +- > .../opac-tmpl/bootstrap/en/modules/opac-auth-MARCdetail.tt | 2 +- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-detail.tt | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt >index f55176b935..fd98a45849 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt >@@ -153,7 +153,7 @@ > "plugins" : [ "types" ] > }).on('ready.jstree', function(){ > $(this).jstree('open_all'); >- $("#hier"+[% authid %]+"_anchor").on("click", >+ $("#hier"+[% authid | html %]+"_anchor").on("click", > function(e){e.preventDefault(); return false;} > ).css("text-decoration", "none").css("color", "#333"); > $(".currentauth").css("text-decoration", "none").css("color", "#333"); >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-MARCdetail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-MARCdetail.tt >index 724f8c7d9a..f100275403 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-MARCdetail.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-MARCdetail.tt >@@ -93,7 +93,7 @@ > "plugins" : [ "types" ] > }).on('ready.jstree', function(){ > $(this).jstree('open_all') >- $("#hier"+[% authid %]+"_anchor").on("click", >+ $("#hier"+[% authid | html %]+"_anchor").on("click", > function(e){e.preventDefault(); return false;} > ).css("text-decoration", "none").css("color", "#333"); > $(".currentauth").css("text-decoration", "none").css("color", "#333"); >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-detail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-detail.tt >index 0f14a2c151..652736a841 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-detail.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-detail.tt >@@ -188,7 +188,7 @@ > "plugins" : [ "types" ] > }).on('ready.jstree', function(){ > $(this).jstree('open_all'); >- $("#hier"+[% original_authid %]+"_anchor").on("click", >+ $("#hier"+[% original_authid | html %]+"_anchor").on("click", > function(e){e.preventDefault(); return false;} > ).css("text-decoration", "none").css("color", "#333"); > $(".currentauth").css("text-decoration", "none").css("color", "#333"); >-- >2.34.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 11873
:
129857
|
130411
|
130412
|
130418
| 130419