https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32722
--- Comment #32 from Mathieu Saby <[email protected]> --- Created attachment 175278 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=175278&action=edit Bug 32722: Make several subfields and a field non mandatory in default UNIMARC biblio framework 801 should not be mandatory except in data exchange context (IFLA Manual) In UNIMARC several subfields are mandatory only if the field is used. This possibility is not available in MAR21, and Koha is currently not able to manage this information in a useful way : it blocks the validation of a record if the mandatory subfield is void, regardless of the mandatory status of the field. In consequence those subfields must be declared non mandatory in default framework. Test plan: 1/ Open a UNIMARC Koha without patch. Try to create a record with minimal information : 200$a and 100$a. A lot a alerts are displayed, preventing Koha to add the record 2/ Apply the patch 3/ Try to create a record with minimal information : 200$a and a 100$a. There should only be 2 alerts, regarding 099$t and 942$c field. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
