[Koha-bugs] [Bug 31212] Datelastseen should be a datetime

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 15 16:48:17 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31212

--- Comment #49 from Tomás Cohen Arazi <tomascohen at 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.


More information about the Koha-bugs mailing list