https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20340
--- Comment #63 from M. Tompsett <[email protected]> --- Comment on attachment 91304 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=91304 Bug 20340 - Ability to add and use authentication plugins Review of attachment 91304: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=20340&attachment=91304) ----------------------------------------------------------------- ::: t/Koha/Plugin/TestAuth.pm @@ +49,5 @@ > + > + if ( $key eq 'priority' ) { > + return 1; > + } > + Please add $self->SUPER::retrieve_data($key); Otherwise the plugin isn't listed as Enabled which is really scary to an end user. -- 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/
