https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28220
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |In Discussion --- Comment #2 from Tomás Cohen Arazi <[email protected]> --- I think the exception should be caught, and the behavior the same as with any patron with invalid (non-extended attribute) data. --- Comment #3 from Jonathan Druart <[email protected]> --- (In reply to Tomás Cohen Arazi from comment #2) > I think the exception should be caught, and the behavior the same as with > any patron with invalid (non-extended attribute) data. Which means? When a new patron is imported with an invalid patron attribute we explode. When the patron's attributes are overwritten during an import, we silently ignore them. Should we, 1. explode (skip the whole patron) in both case or 2. do the job but ignore the invalid attributes? -- 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/
