21 Oct
2024
21 Oct
'24
2:59 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38216 --- Comment #6 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Katrin Fischer from comment #5)
Isn't Bug 37905 - Correctly fix the "last hour" filter on the job list using it?
Where? There are only 2 occurrences % git grep '\->rfc3339' t/db_dependent/Koha/REST/Plugin/Objects.t: my $q = encode_json( { enqueued_on => $one_hour_ago->rfc3339, borrowernumber => $patron->id } ); t/db_dependent/Koha/REST/Plugin/Objects.t: enqueued_on => [ { '>' => $now->rfc3339 }, { '=' => $one_hour_ago->rfc3339 } ], -- You are receiving this mail because: You are watching all bug changes.