Bug 19482: (follow-up) Fix update, add tests, restore closing </td>
commitdcbc856b60436aa1341beb7da75ac3665d4e5f92
authorNick Clemens <nick@bywatersolutions.com>
Sun, 25 Oct 2020 02:16:42 +0000 (25 02:16 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 4 Nov 2020 11:59:33 +0000 (4 12:59 +0100)
tree3ba1791095eafcf87831cdbd4aef0022fd906e3e
parentdbe8c14bbf3ff8a3bc2daa07ab52e02e2a28ef77
Bug 19482: (follow-up) Fix update, add tests, restore closing </td>

To test:
1 - View the mappings page, confirm table is correctly structured
2 - prove -v t/db_dependent/Koha/SearchEngine/Elasticsearch/ExportConfig.t t/db_dependent/Koha/SearchEngine/Elasticsearch/Reset.t t/db_dependent/Koha/SearchField.t
3 - Confirm update statement works and table is ordered correctly

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
installer/data/mysql/atomicupdate/bug_19482_add_mandatory_field_to_mapping.perl
koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt
t/db_dependent/Koha/SearchEngine/Elasticsearch/ExportConfig.t
t/db_dependent/Koha/SearchEngine/Elasticsearch/Reset.t
t/db_dependent/Koha/SearchField.t