2 Feb
2023
2 Feb
'23
3:59 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32797 --- Comment #1 from Nick Clemens <nick@bywatersolutions.com> --- Created attachment 146011 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=146011&action=edit Bug 32797: Check if fields have a value, not if true When saving OAI set mappgins we are checking for truth, this prevents saving subfield 0. We should check for content To test: 1 - Go to Admin->OAI sets 2 - Create a set 3 - Define mappings for the set 4 - Attempt to save a rule on field 952 subfield 0 (withdrawn) 5 - It does not save 6 - Apply patch 7 - Try again 8 - Success! -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.