Bug 16708: Fix authority reindex for ElasticSearch
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 10 Jun 2016 13:23:08 +0000 (14:23 +0100)
committerFrédéric Demians <f.demians@tamil.fr>
Mon, 1 Aug 2016 07:21:37 +0000 (09:21 +0200)
commit32fd9c80d6dd5585bb384f13639883303e08b092
tree730edf2b871f5da3fcad9a596cf1e3f1a305fa3b
parentd6484dfe2f94fe8ac1519c5ae2631dd96984a490
Bug 16708: Fix authority reindex for ElasticSearch

The changes made to Koha::Authority has not been correctly fixed.
The code of Koha::Authority has been moved bo
Koha::MetadataRecord::Authority by bug 15380.

Test plan:
  perl misc/search_tools/rebuild_elastic_search.pl -a -v
should success

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit 1e39ecc7f15f493f96bb1e65e9791e5a9ea320d8)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
Koha/Authority.pm
Koha/MetadataRecord/Authority.pm
misc/search_tools/rebuild_elastic_search.pl