Bug 6959

Summary: Can't import record via Z39.50 from MARC edit page
Product: Koha Reporter: Nicole C. Engard <nengard>
Component: CatalogingAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Bugs List <koha-bugs>
Severity: critical    
Priority: PATCH-Sent (DO NOT USE) CC: chris, koha.sekjal, oleonard, paul.poulain
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Proposed Patch
Signed-off patch

Description Nicole C. Engard 2011-10-03 13:16:35 UTC
Importing a record via Z39.50 on the MARC edit page (addbiblio.pl) doesn't
work, whether you're importing into a blank record or into an existing record.
After clicking the "import" link the MARC editor is reloaded but all that
displays is the toolbar. The editor is completely gone.
Comment 1 Owen Leonard 2011-10-04 16:44:03 UTC
I've noticed auto-fill of the leader is now broken too. git bisect traces this
problem back to the fix for Bug 6576 (changing framework while cataloging
looses data, c453a45f384ce87a8af4ab9339fb877b11a79105). I'm wondering now if
that commit is the cause of this problem as well.
Comment 2 Ian Walls 2011-10-04 17:26:24 UTC Comment hidden (obsolete)
Comment 3 Owen Leonard 2011-10-04 18:31:55 UTC
Created attachment 5705 [details] [review]
Signed-off patch

Before applying the patch: Could not load a record into the MARC editor from Z39.50 search results, neither into a blank record nor an existing record. After applying the patch, both operations work.
Comment 4 Ian Walls 2011-10-07 14:18:06 UTC
Template only change, adjusts name to match update.  Marking as Passed QA unless anyone has any objections.
Comment 5 Chris Cormack 2011-10-08 06:59:50 UTC
Pushed, please test