| Summary: | ElasticSearch - Fix authority reindexing | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> | 
| Component: | Architecture, internals, and plumbing | Assignee: | 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 | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 | 
| Patch complexity: | --- | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: | Circulation function: | ||
| 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
        
       
    Created attachment 52226 [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 the patch applies correctly and the authorities reindex fine 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 Created attachment 52696 [details] [review] Bug 16708 - (QA followup) Fix pod copy/paste error Change Koha::Authority to Koha::MetadataRecord::Authority Pushed to master for 16.11, thanks Jonathan! Pushed in 16.05. Will be in 16.05.02. Not needed in 3.22.x  |