6 Aug
2026
6 Aug
'26
9:16 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43241 --- Comment #10 from David Nind <david@davidnind.com> --- Created attachment 203316 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=203316&action=edit Bug 43241: (follow-up) Use form => for q= params in tests The + character in RFC3339 timezone offsets (e.g. +00:00) is decoded as a space when interpolated directly into a URL query string. Use Test::Mojo form => { q => ... } which properly URL-encodes the parameter value. Signed-off-by: Tomás Cohen Arazi <tomascohen@theke.io> Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.