27 Dec
2019
27 Dec
'19
6:29 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23893 --- Comment #28 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 96666 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=96666&action=edit Bug 23893: Catch dt_from_string exceptions This patch adds exception handling to the attributes_from_api() method. This can happen with invalid date/datetimes, for example. Tests are added: 1. Apply this patch 2. Run: $ kshell k$ prove t/db_dependent/Koha/Object.t => SUCCESS: Tests pass! 3. Sign off :-D Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> -- You are receiving this mail because: You are watching all bug changes.