[Koha-bugs] [Bug 12388] IssueSlip output should be sorted by date_due, not timestamp

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Sep 3 10:01:41 CEST 2022


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

Joonas Kylmälä <joonas.kylmala at iki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #17 from Joonas Kylmälä <joonas.kylmala at iki.fi> ---
Running prove t/db_dependent/Members/IssueSlip.t gives the following warning:

t/db_dependent/Members/IssueSlip.t ..
DBIx::Class::ResultSet::_construct_results(): Unable to properly collapse
has_many results in iterator mode due to order criteria - performed an eager
cursor slurp underneath. Consider using ->all() instead at
/kohadevbox/koha/Koha/Objects.pm line 312

Can you also please clone $tomorrow and $yesterday from $today, and
subtract/add one day? This prevents the race condition that could happen in the
unit tests when the time is 23:59.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list