[Bug 9988] Leave larger authority merges to merge_authorities cronjob ( pref AuthorityMergeLimit)
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9988 --- Comment #43 from Marcel de Rooy <m.de.rooy@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.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org