[Koha-bugs] [Bug 9988] Leave larger authority merges to merge_authorities cronjob ( pref AuthorityMergeLimit)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 20 13:18:57 CET 2017


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

--- Comment #43 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
I tested this quite extensively. So I am sure it does not fail :) But I welcome
any interest in this patch set..

Please look at the merge call in the updated cron job:
+        merge({
+            mergefrom => $req->authid,
+            MARCfrom => scalar $req->oldmarc,
+            mergeto => $req->authid_new,
+            MARCto => $newmarc,
+            override_limit => 1,
+        });

MARCfrom is coming from the adjusted need_merge_authorities table. It contains
the report tag (in marcxml).
For creation of that record, see Koha::Authority::MergeRequest->new.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list