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)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 24 Jun 2016 11:59:40 +0000 (11:59 +0000)
commit1e39ecc7f15f493f96bb1e65e9791e5a9ea320d8
tree7ed9f6e3e7db7b4645fd9fd6a918bea385243dcf
parente1d6974bff1cc7290d792a4e6ac81e7d32b0c375
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>
Koha/Authority.pm
Koha/MetadataRecord/Authority.pm
misc/search_tools/rebuild_elastic_search.pl