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.
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.
Created attachment 5701 [details] [review] Proposed Patch Adjusts JS to use updated framework ID
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.
Template only change, adjusts name to match update. Marking as Passed QA unless anyone has any objections.
Pushed, please test