Bugzilla – Attachment 163782 Details for
Bug 36396
Link facet with authorised value category
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36396: (follow-up) Prevent link to av for 'specials'
Bug-36396-follow-up-Prevent-link-to-av-for-special.patch (text/plain), 2.00 KB, created by
Lukas Koszyk
on 2024-03-25 10:10:56 UTC
(
hide
)
Description:
Bug 36396: (follow-up) Prevent link to av for 'specials'
Filename:
MIME Type:
Creator:
Lukas Koszyk
Created:
2024-03-25 10:10:56 UTC
Size:
2.00 KB
patch
obsolete
>From f0500be9ef0e2cef1b0eb5af231bcec427244004 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 22 Mar 2024 14:37:22 +0100 >Subject: [PATCH] Bug 36396: (follow-up) Prevent link to av for 'specials' > >Signed-off-by: Lukas Koszyk <lukasz.koszyk@kit.edu> >--- > .../modules/admin/searchengine/elasticsearch/mappings.tt | 7 ++----- > 1 file changed, 2 insertions(+), 5 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt >index 5fa4537382..e5056cc0e4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt >@@ -554,12 +554,9 @@ a.add, a.delete { > <td></td> > <td> > <select data-id="facet-av-cat"> >+ <option value=""></option> > [% FOR av_cat IN authorised_value_categories %] >- [% IF f.authorised_value_category == av_cat %] >- <option value="[% av_cat | html %]" selected="selected">[% av_cat | html %]</option> >- [% ELSE %] >- <option value="[% av_cat | html %]">[% av_cat | html %]</option> >- [% END %] >+ <option value="[% av_cat | html %]">[% av_cat | html %]</option> > [% END %] > </select> > </td> >-- >2.30.2
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 36396
:
163685
|
163686
|
163687
|
163688
|
163689
|
163690
|
163705
|
163776
|
163777
|
163778
|
163779
|
163780
|
163781
|
163782
|
166246
|
166247
|
166248
|
166249
|
166250
|
166251
|
166252
|
166254
|
166258