https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29522
--- Comment #15 from Marcel de Rooy <[email protected]> --- + $biblio_module->mock( + 'ModBiblio', + sub { + my ( undef, undef, undef, $params ) = @_; + warn "Auto link disabled" if $params->{disable_autolink}; + } + ); I was hoping for some nice test showing that it was not autolinked. And without the code change showing that it was before.. This is a very simplistic approach :) No blocker for me, but this test seems a bit unneeded.. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
