https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37902
--- Comment #11 from Jonathan Druart <[email protected]> --- (In reply to Jonathan Druart from comment #10) > There are failures > > t/db_dependent/api/v1/patrons.t .......... > # Failed test '200 OK' > # at t/db_dependent/api/v1/patrons.t line 173. > # got: '500' > # expected: '200' This is a bad one. Invalid date format: %1980-06-18% at /kohadevbox/koha/Koha/REST/Plugin/Objects.pm line 288 Because we are now hitting Koha/REST/Plugin/Query.pm 195 my $match = $reserved_params->{_match} // 'contains'; 196 197 foreach my $param ( keys %{$filtered_params} ) { 198 if ( $match eq 'contains' ) { 199 $params->{$param} = 200 { like => '%' . $filtered_params->{$param} . '%' }; -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
