[Koha-bugs] [Bug 29498] Remove usage of deprecated Mojolicious::Routes::Route::detour

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 17 07:19:12 CET 2021


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

--- Comment #1 from Julian Maurice <julian.maurice at biblibre.com> ---
Created attachment 127705
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=127705&action=edit
Bug 29498: Remove usage of deprecated Mojolicious::Routes::Route::detour

Mojolicious::Routes::Route::detour was deprecated in Mojolicious 8.67
and removed in Mojolicious 9

It was used in Koha::App::Plugin::RESTV1 to connect the "REST API"
Mojolicious app to the other Mojolicious apps (Koha::App::Intranet and
Koha::App::Opac), so it's only a problem when running Koha as a
Mojolicious app.

This patch makes use of the "partial" attribute instead, which does the
same thing.

Test plan:
1. Run `morbo bin/intranet`
2. Point your browser to what morbo says (should be localhost:3000)
3. Log in, and go to Administration ยป Libraries. This table uses the
   REST API, so if you see data in it, that means the API (and the
   patch) works

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


More information about the Koha-bugs mailing list