https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19482 --- Comment #43 from Alex Arnaud <alex.arnaud@biblibre.com> --- Comment on attachment 101313 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=101313 Bug 19482 - Add support for defining 'mandatory' mappings Review of attachment 101313: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=19482&attachment=101313) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt @@ +200,5 @@
+ [% IF search_field.type == "string" %] + <option value="string" selected="selected">String</option> + [% ELSE %] + <option value="string">String</option> + [% END %]
That makes the list empty instead of only disabled. -- You are receiving this mail because: You are watching all bug changes.