15 May
2023
15 May
'23
4:48 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31212 --- Comment #49 from Tomás Cohen Arazi <tomascohen@gmail.com> --- This development introduced a small regression in which the item gets stored twice during the tests in t/db_dependent/Koha/SearchEngine/Indexer.t because it used to store a date a couple times, with no real changes to the object (i.e. dt_from_string->ymd) and now it always differs (i.e. the attribute is marked as dirty). Options: 1. Adjust the tests to this situation and add FIXME and file a new bug to deal with the fact 2. Fix it here Ideas? -- You are receiving this mail because: You are watching all bug changes.