https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22437
Phil Ringnalda <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #102444|0 |1 is obsolete| | --- Comment #22 from Phil Ringnalda <[email protected]> --- Created attachment 103298 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=103298&action=edit Bug 22437: Delete older merge requests at new merge time If you merge A to B, we should remove older AA merges (regular merge to itself) in the queue before deleting A. Test plan: [1] Set merge limit in prefs to say X. [2] Find three authorities A, B, C with linkcount >X, >X, <X. [3] Merge C to B. This creates a 'BB merge' in the queue. Auth C is deleted. [4] Merge B to A. Creating AA and BA in the queue. Auth B is deleted. Optionally verify that BB is no longer in the queue. [5] Run the merge_authorities.pl cron job. Verify that the linkcount to A is the former total of ABC. Signed-off-by: Marcel de Rooy <[email protected]> Signed-off-by: Phil Ringnalda <[email protected]> -- 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/
