10 Jun
2019
10 Jun
'19
3:31 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22585 --- Comment #4 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- It comes from: C4/Auth.pm 1310 foreach my $key ( keys %$casservers ) { 1311 push @tmplservers, { name => $key, value => login_cas_url( $query, $key, $type ) . "?cas=$key" }; 1312 } So you are right Katrin, it must not be filtered. -- You are receiving this mail because: You are watching all bug changes.