Bugzilla – Attachment 166252 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.07 KB, created by
Martin Renvoize (ashimema)
on 2024-05-07 10:21:43 UTC
(
hide
)
Description:
Bug 36396: (follow-up) Prevent link to av for 'specials'
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-05-07 10:21:43 UTC
Size:
2.07 KB
patch
obsolete
>From f690a9cfd15f6c5eb025fa9e8b84d630bc5cba4b 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> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../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 0c6a32d2f04..4ee89b1d9b7 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 >@@ -559,12 +559,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.45.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 36396
:
163685
|
163686
|
163687
|
163688
|
163689
|
163690
|
163705
|
163776
|
163777
|
163778
|
163779
|
163780
|
163781
|
163782
|
166246
|
166247
|
166248
|
166249
|
166250
|
166251
| 166252 |
166254
|
166258