[Koha-bugs] [Bug 36418] Set response's content-type to application/json when needed - svc scripts

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 28 15:16:31 CET 2024


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

--- Comment #10 from Victor Grousset/tuxayo <victor at tuxayo.net> ---
> A `type => 'text/plain'` just above a `print to_json`

That's not the only case >_<

randomly opened serials/subscription-frequency.pl and there is:

> print $input->header(-type => 'text/plain', -charset => 'UTF-8');
> print to_json( $frequencyrecord );


Is that still relevant for this ticket? Leaning towards no.

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


More information about the Koha-bugs mailing list