Summary: | BuildUnimarcHierarchies can go into an infinite loop in certain conditions | ||
---|---|---|---|
Product: | Koha | Reporter: | Chris Cormack <chris> |
Component: | MARC Authority data support | Assignee: | Henri-Damien LAURENT <henridamien> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | major | ||
Priority: | PATCH-Sent (DO NOT USE) | CC: | jonathan.druart, julian.maurice, koha.sekjal |
Version: | 3.4 | ||
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: | ||
Bug Depends on: | 5926 | ||
Bug Blocks: | 5581 | ||
Attachments: |
Proposed patch
Replacement patch Replacement patch Replacement patch |
Description
Chris Cormack
2011-03-21 02:52:06 UTC
Created attachment 3375 [details] [review] Proposed patch Created attachment 3389 [details] [review] Replacement patch I have an error: Undefined subroutine &C4::AuthoritiesMarc::_get_authid_subfield called at /home/julian/koha/versions/koha-community-git/C4/AuthoritiesMarc.pm line 1134. (In reply to comment #3) > I have an error: > > Undefined subroutine &C4::AuthoritiesMarc::_get_authid_subfield called at > /home/julian/koha/versions/koha-community-git/C4/AuthoritiesMarc.pm line 1134. _get_authid_subfield is introduced by bug 5926. Created attachment 3637 [details] [review] Replacement patch Created attachment 3651 [details] [review] Replacement patch It's the same patch than 3637, but I forgot to define the others as obsoletes Pushed, please test |