Summary: | includes/background_jobs_update_elastic_index.inc must be removed | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Architecture, internals, and plumbing | Assignee: | Bugs List <koha-bugs> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | lucas, martin.renvoize |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
22.11.00, 22.05.03
|
|
Circulation function: | |||
Bug Depends on: | 27344 | ||
Bug Blocks: | |||
Attachments: |
Bug 30954: (bug 27344 follow-up) Remove background_jobs_update_elastic_index.inc
Bug 30954: (bug 27344 follow-up) Remove background_jobs_update_elastic_index.inc |
Description
Jonathan Druart
2022-06-13 12:46:51 UTC
Created attachment 136023 [details] [review] Bug 30954: (bug 27344 follow-up) Remove background_jobs_update_elastic_index.inc includes/background_jobs_update_elastic_index.inc vs includes/background_jobs/update_elastic_index.inc Both exist and have been added by bug 27344. The first one is not used. Test plan: git grep background_jobs_update_elastic_index.inc must not return any occurrences (outside of POs) Created attachment 136136 [details] [review] Bug 30954: (bug 27344 follow-up) Remove background_jobs_update_elastic_index.inc includes/background_jobs_update_elastic_index.inc vs includes/background_jobs/update_elastic_index.inc Both exist and have been added by bug 27344. The first one is not used. Test plan: git grep background_jobs_update_elastic_index.inc must not return any occurrences (outside of POs) Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Trivial fix, straight PQA from me :) Pushed to master for 22.11. Nice work everyone, thanks! Backported to 22.05.x for 22.05.03 |