Bugzilla – Attachment 163705 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), 1.95 KB, created by
Jonathan Druart
on 2024-03-22 13:37:35 UTC
(
hide
)
Description:
Bug 36396: (follow-up) Prevent link to av for 'specials'
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-03-22 13:37:35 UTC
Size:
1.95 KB
patch
obsolete
>From 933a9f0df3c8d225cced8e8dcd03f8d8be4aedaf 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' > >--- > .../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 5fa45373821..e5056cc0e46 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.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 36396
:
163685
|
163686
|
163687
|
163688
|
163689
|
163690
|
163705
|
163776
|
163777
|
163778
|
163779
|
163780
|
163781
|
163782
|
166246
|
166247
|
166248
|
166249
|
166250
|
166251
|
166252
|
166254
|
166258