Bug 15077

Summary: Fix Fast Add framework to pass test
Product: Koha Reporter: Bernardo Gonzalez Kriegel <bgkriegel>
Component: CatalogingAssignee: 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   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
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
Simplified creation introduced in Bug 10963 makes FA framework fail MARC bibliographic framework test. Sorry for that.
Comment 1 Bernardo Gonzalez Kriegel 2015-10-29 11:51:15 UTC Comment hidden (obsolete)
Comment 2 Héctor Eduardo Castro Avalos 2015-10-29 17:20:57 UTC Comment hidden (obsolete)
Comment 3 Jonathan Druart 2015-10-30 08:46:24 UTC
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>
Comment 4 Tomás Cohen Arazi 2015-10-30 13:06:28 UTC
Patch pushed to master.

Thanks Bernardo!