https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42555
--- Comment #1 from Janusz Kaczmarek <[email protected]> --- Created attachment 198784 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=198784&action=edit Bug 42555: (Bug 25314 follow-up) Destroyed labels for customized facets After applying Bug 25314, customized facets generated from mappings.yaml are displayed with the technical type_id instead of the proper label. Test plan: ========== 1. In KTD with Elasticsearch enabled, add the following to admin/searchengine/elasticsearch/mappings.yaml su-gen: facet_order: 33 label: Genre/Form mappings: - facet: 1 marc_field: 655a marc_type: marc21 sort: 1 suggestible: '' opac: 1 staff_client: 1 type: '' Reindex with: koha-elasticsearch --rebuild -r -d -b kohadev 2. In the OPAC, at the bottom of the facets area, you should see a facet labeled su-gen_id instead of Genre/Form. 3. Apply the patch ; restart_all. 4. The facet should now display the correct label: Genre/Form. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
