Bugzilla – Attachment 195016 Details for
Bug 41566
Tidy kohaTable block - catalogue
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41566: (follow-up) More tidying required for itemsearch.tt
Bug-41566-follow-up-More-tidying-required-for-item.patch (text/plain), 1.38 KB, created by
Owen Leonard
on 2026-03-09 17:06:05 UTC
(
hide
)
Description:
Bug 41566: (follow-up) More tidying required for itemsearch.tt
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2026-03-09 17:06:05 UTC
Size:
1.38 KB
patch
obsolete
>From adb5b18ebb5a7548462f7b2fd972878bea9c9d1a Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 9 Mar 2026 13:02:58 -0400 >Subject: [PATCH] Bug 41566: (follow-up) More tidying required for > itemsearch.tt > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >index 2f8c015b56a..d3b7b37ef06 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >@@ -814,12 +814,12 @@ > }); > > let shareable_params = params.map(p => { >- if(p.name === 'format') { >- return { ...p, value: 'shareable' }; >+ if (p.name === "format") { >+ return { ...p, value: "shareable" }; > } > return p; > }); >- let shareable_url = window.location.origin + window.location.pathname + '?' + $.param(shareable_params); >+ let shareable_url = window.location.origin + window.location.pathname + "?" + $.param(shareable_params); > history.replaceState(null, "", shareable_url); > } > >-- >2.39.5
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 41566
:
191103
|
191104
|
191105
|
191106
|
192726
|
192787
|
192788
|
192789
|
192790
|
192793
|
192794
|
195011
|
195012
|
195013
|
195014
|
195015
| 195016