https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17240
--- Comment #18 from Fridolin SOMERS <[email protected]> --- Created attachment 76477 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=76477&action=edit Bug 17240: (prepare) Allow processes that rely on background jobs run in Plack mode This adds prepares the main one by adding method "is_psgi" to C4::Context and using it in C4::Auth for all templates. It is used by about.pl and Koha::AuthUtils. Test plan : - On a Koha running with Plack - Go to about.pl - Look at line "PGSI:" => You should see "Plack" - Enable CAS authentication - Go to OPAC auth page - Look at the CAS link => You see the current page in this URL -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
