| Summary: | Fix Fast Add framework to pass test | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Bernardo Gonzalez Kriegel <bgkriegel> |
| Component: | Cataloging | Assignee: | Bernardo Gonzalez Kriegel <bgkriegel> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | normal | ||
| Priority: | P5 - low | CC: | hector.hecaxmmx, jonathan.druart, m.de.rooy, tomascohen |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Trivial patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Attachments: |
Bug 15077: Fix Fast Add framework to pass test
[SIGNED-OFF] Bug 15077: Fix Fast Add framework to pass test Bug 15077: Fix Fast Add framework to pass test |
||
|
Description
Bernardo Gonzalez Kriegel
2015-10-29 11:34:19 UTC
Created attachment 44147 [details] [review] Bug 15077: Fix Fast Add framework to pass test This patch fixes tab location for FA frameworks. Not all subfields belongs to tab 0. To test: 1) On current master, with default and fasadd fw loaded, go to Home > Administration > MARC bibliographic framework test it fails 2) Apply the patch 3) Delete all fw, reload all, or just default (bib & auth) and fast add 4) Repeat 1, now test must pass This is only on master, so no need to database update. Created attachment 44176 [details] [review] [SIGNED-OFF] Bug 15077: Fix Fast Add framework to pass test This patch fixes tab location for FA frameworks. Not all subfields belongs to tab 0. To test: 1) On current master, with default and fasadd fw loaded, go to Home > Administration > MARC bibliographic framework test it fails 2) Apply the patch 3) Delete all fw, reload all, or just default (bib & auth) and fast add 4) Repeat 1, now test must pass This is only on master, so no need to database update. Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> Works as advertised. MARC bibliographic framework test passed Ok. Created attachment 44186 [details] [review] Bug 15077: Fix Fast Add framework to pass test This patch fixes tab location for FA frameworks. Not all subfields belongs to tab 0. To test: 1) On current master, with default and fasadd fw loaded, go to Home > Administration > MARC bibliographic framework test it fails 2) Apply the patch 3) Delete all fw, reload all, or just default (bib & auth) and fast add 4) Repeat 1, now test must pass This is only on master, so no need to database update. Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> Works as advertised. MARC bibliographic framework test passed Ok. Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Patch pushed to master. Thanks Bernardo! |