https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32551 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy@rijksmuseum.nl, | |martin.renvoize@ptfs-europe | |.com --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- As part of our work on an ILL backend we have implemented this solution in Koha/REST/V1/Illrequests.pm. It works really well, but of course only for this small part. Is there way the solution could be generalized? Koha/REST/V1/Illrequests.pm sub list { my $c = shift->openapi->valid_input or return; eval { $ENV{HTTP_ACCEPT_LANGUAGE} = $c->req->cookie('KohaOpacLanguage')->value; }; return try { -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.