Bugzilla – Attachment 170352 Details for
Bug 14322
Add option to create a shareable link for item searches
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14322: (QA follow-up) Tidy itemsearch.tt
Bug-14322-QA-follow-up-Tidy-itemsearchtt.patch (text/plain), 1.41 KB, created by
Paul Derscheid
on 2024-08-15 10:33:35 UTC
(
hide
)
Description:
Bug 14322: (QA follow-up) Tidy itemsearch.tt
Filename:
MIME Type:
Creator:
Paul Derscheid
Created:
2024-08-15 10:33:35 UTC
Size:
1.41 KB
patch
obsolete
>From c829211be4102f4f359e6cccabc39751b6f83ee8 Mon Sep 17 00:00:00 2001 >From: Paul Derscheid <paul.derscheid@lmscloud.de> >Date: Thu, 15 Aug 2024 10:31:40 +0000 >Subject: [PATCH] Bug 14322: (QA follow-up) Tidy itemsearch.tt > >--- > .../intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 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 7f6e583a4c..78310b2512 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >@@ -81,7 +81,7 @@ > [% ELSE %] > [% SET j = i - 1 %] > <select name="c" class="form-field-conjunction"> >- [% IF query.param('c').$j == 'and' || query.param('c') == 'and' %] >+ [% IF query.param('c').$j == 'and' || query.param('c') == 'and' %] > <option value="and" selected="selected">AND</option> > <option value="or">OR</option> > [% ELSE %] >@@ -828,7 +828,7 @@ > }); > > let urlParams = new URLSearchParams(window.location.search) >- if(urlParams.get('format') === 'shareable' ) { >+ if (urlParams.get('format') === 'shareable') { > submitForm($('#itemsearchform')); > $("#item-search-block").hide(); > } >-- >2.46.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 14322
:
164962
|
168084
|
168768
|
168863
|
169029
|
169033
|
169304
|
169305
|
169306
|
169948
|
169949
|
169950
|
169951
|
169952
|
169969
|
169970
|
169971
|
169972
|
169973
|
170347
|
170348
|
170349
|
170350
|
170351
|
170352
|
170721
|
170722
|
170723
|
170724
|
170725
|
170726
|
170727