[Koha-bugs] [Bug 29522] Bib record not correctly updated when merging identical authorities with LinkerModule set to First Match

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 15 11:22:23 CET 2024


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29522

--- Comment #15 from Marcel de Rooy <m.de.rooy at 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.


More information about the Koha-bugs mailing list