Bug 16708

Summary: ElasticSearch - Fix authority reindexing
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: Architecture, internals, and plumbingAssignee: Jonathan Druart <jonathan.druart>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: chris, f.demians, juan.sieira, julian.maurice, kyle, mtj
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 12478    
Bug Blocks:    
Attachments: Bug 16708: Fix authority reindex for ElasticSearch
Bug 16708: Fix authority reindex for ElasticSearch
Bug 16708 - (QA followup) Fix pod copy/paste error

Description Jonathan Druart 2016-06-10 13:24:15 UTC

    
Comment 1 Jonathan Druart 2016-06-10 13:27:10 UTC Comment hidden (obsolete)
Comment 2 Juan Romay Sieira 2016-06-21 21:32:42 UTC
the patch applies correctly and the authorities reindex fine
Comment 3 Nick Clemens (kidclamp) 2016-06-22 15:11:18 UTC
Created attachment 52695 [details] [review]
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
Comment 4 Nick Clemens (kidclamp) 2016-06-22 15:11:31 UTC
Created attachment 52696 [details] [review]
Bug 16708 - (QA followup) Fix pod copy/paste error

Change Koha::Authority to Koha::MetadataRecord::Authority
Comment 5 Kyle M Hall 2016-06-24 11:59:51 UTC
Pushed to master for 16.11, thanks Jonathan!
Comment 6 Frédéric Demians 2016-08-01 11:51:09 UTC
Pushed in 16.05. Will be in 16.05.02.
Comment 7 Julian Maurice 2016-08-16 12:43:36 UTC
Not needed in 3.22.x