15 Mar
2024
15 Mar
'24
11:22 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29522 --- Comment #15 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- + $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.