https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32722
Martin Renvoize (ashimema) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #175340|0 |1 is obsolete| | --- Comment #37 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 175589 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=175589&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/ Run reset_all or restart KTD (to remake a fresh koha from scratch) 4/ 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. Signed-off-by: Victor Grousset/tuxayo <[email protected]> Signed-off-by: Martin Renvoize <[email protected]> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ 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/
