[Koha-bugs] [Bug 19482] Elasticsearch - prevent removal / editing of required indexes

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 12 16:44:10 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19482

--- Comment #43 from Alex Arnaud <alex.arnaud at 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.


More information about the Koha-bugs mailing list