Bug 24652 - Should TransformMarcToKoha check the repeatable flag for multiple subfields?
Summary: Should TransformMarcToKoha check the repeatable flag for multiple subfields?
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: master
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-13 11:53 UTC by Marcel de Rooy
Modified: 2020-02-13 11:53 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcel de Rooy 2020-02-13 11:53:00 UTC
See bug 21800 for the reverse operation TransformKohaToMarc.
Currently, we rely on the interface for the operation of TransformMarcToKoha.
It does not check the repeatable flag of subfields. If you give it two subfields for a non-repeatable subfields, it just merges both into a kohafield like "A | B".