Summary: | Field search_marc_to_field.sort needs syncing too | ||
---|---|---|---|
Product: | Koha | Reporter: | Marcel de Rooy <m.de.rooy> |
Component: | Database | Assignee: | Marcel de Rooy <m.de.rooy> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | kyle, martin.renvoize, victor |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Martin Renvoize | Documentation submission: | |
Text to go in the release notes: | Version(s) released in: |
22.05.00,21.11.06
|
|
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 30486, 34740 | ||
Attachments: |
Bug 30572: Adjust search_marc_to_field.sort in kohastructure
Bug 30572: Dbrev for search_marc_to_field.sort Bug 30572: DBIx schema change for SearchMarcToField Bug 30572: Adjust search_marc_to_field.sort in kohastructure Bug 30572: Dbrev for search_marc_to_field.sort Bug 30572: DBIx schema change for SearchMarcToField Bug 30572: (QA follow-up) Fix failing unit test |
Description
Marcel de Rooy
2022-04-20 14:56:30 UTC
Created attachment 133552 [details] [review] Bug 30572: Adjust search_marc_to_field.sort in kohastructure Test plan: New install or run kohastructure on empty database. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Created attachment 133553 [details] [review] Bug 30572: Dbrev for search_marc_to_field.sort Test plan: Run updatedatabase. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Created attachment 133554 [details] [review] Bug 30572: DBIx schema change for SearchMarcToField No test plan. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Trivial: self SO Created attachment 133892 [details] [review] Bug 30572: Adjust search_marc_to_field.sort in kohastructure Test plan: New install or run kohastructure on empty database. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Created attachment 133893 [details] [review] Bug 30572: Dbrev for search_marc_to_field.sort Test plan: Run updatedatabase. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Created attachment 133894 [details] [review] Bug 30572: DBIx schema change for SearchMarcToField No test plan. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Works well, PQA Pushed to master for 22.05, thanks to everybody involved [U+1F984] This leads to failures on t/db_dependent/Koha/SearchEngine/Elasticsearch/ExportConfig.t Created attachment 134655 [details] [review] Bug 30572: (QA follow-up) Fix failing unit test We changed from 'null' being meainingful to using a tinyint and explicitly requiring '0'. This patch simply updates the unit test to reflect that change. Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Follow-up pushed to master, lets turn Jenkins green! Pushed to 21.11.x for 21.11.06 Not backported to oldoldstable (21.05.x). Feel free to ask if it's needed. Another background thing, Not documentation changes required. |