Bug 39012 - Koha fails to import default MARC bibliographic framework
Summary: Koha fails to import default MARC bibliographic framework
Status: Signed Off
Alias: None
Product: Koha
Classification: Unclassified
Component: MARC Bibliographic data support (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low normal
Assignee: Janusz Kaczmarek
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-01-31 21:34 UTC by Janusz Kaczmarek
Modified: 2025-01-31 22:30 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments
Bug 39012: Koha fails to import default MARC bibliographic framework (1.44 KB, patch)
2025-01-31 21:42 UTC, Janusz Kaczmarek
Details | Diff | Splinter Review
Bug 39012: Koha fails to import default MARC bibliographic framework (1.50 KB, patch)
2025-01-31 22:16 UTC, Phil Ringnalda
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Janusz Kaczmarek 2025-01-31 21:34:57 UTC
Koha fails to import default MARC bibliographic framework.

To reproduce:
1. Have an exported framework file.
2. In  Administration > MARC bibliographic frameworks try to import it into Default framework.
3. This will fail, with a redirect to a strange looking page, and with lots of errors in the logs.
Comment 1 Janusz Kaczmarek 2025-01-31 21:42:00 UTC
Created attachment 177414 [details] [review]
Bug 39012: Koha fails to import default MARC bibliographic framework

Test plan:
==========
1. In Administration > MARC bibliographic, from framework  menu on the
   right, prepare a csv file with framework export.
2. Try to import the fili into Default framework.
3. This should fail, with a redirect to a strange looking page, and
   with lots of errors in the logs.
4. Apply the patch ; restart all.
5. Repeat p. 2. You should succeed and you should be able to see the
   differences in the framework (if you exported from a different
   framework).
Comment 2 Phil Ringnalda 2025-01-31 22:16:19 UTC
Created attachment 177433 [details] [review]
Bug 39012: Koha fails to import default MARC bibliographic framework

Test plan:
==========
1. In Administration > MARC bibliographic, from framework  menu on the
   right, prepare a csv file with framework export.
2. Try to import the fili into Default framework.
3. This should fail, with a redirect to a strange looking page, and
   with lots of errors in the logs.
4. Apply the patch ; restart all.
5. Repeat p. 2. You should succeed and you should be able to see the
   differences in the framework (if you exported from a different
   framework).

Signed-off-by: Phil Ringnalda <phil@chetcolibrary.org>