Summary: | MARC Import Hangs | ||
---|---|---|---|
Product: | Koha | Reporter: | laurenthdl <henridamien.laurent> |
Component: | Tools | Assignee: | Galen Charlton <gmcharlt> |
Status: | CLOSED FIXED | QA Contact: | Ian Walls <koha.sekjal> |
Severity: | critical | ||
Priority: | P1 - high | CC: | chris, jcamins, paul.poulain |
Version: | 3.6 | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: |
proposed patch
proposed patch Bug 7513 Marc Import Hangs |
Description
laurenthdl
2012-02-08 17:44:00 UTC
Created attachment 7515 [details] [review] proposed patch Created attachment 7522 [details] [review] proposed patch Created attachment 7746 [details] [review] Bug 7513 Marc Import Hangs On some record, the commit_biblio_file is creating wide character because as_xml is not used with correct parameter. This patch fixes that. To test on a UNIMARC Koha, stage attachment 7510 [details] and then import. It hangs before the patch, it passes after. Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> QA comment: * tiny patch (2 lines) * fixes a critical problem for UNIMARC users, updating severity This patch will be included in the forthcoming 3.6.5 release (no string changes). Looking at the patch - wonder if it should go into 3.8.x too? It already is, it was pushed to master before 3.8.0 was released |