4 May
2020
4 May
'20
10:10 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22437 --- Comment #31 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (In reply to Marcel de Rooy from comment #30)
(In reply to Tomás Cohen Arazi from comment #29)
Have you thought of using some sort of semaphore, like adding a column to authority records: 'waiting_merge' and act depending on its value?
Waiting merge = record in needs_merge with done = 0. Kind of the same. We can allow a merge of something that waits for a merge. But we must be careful. Thats the crux of this patch set.
I didn't spot that by only reading the patch. I should've applied it and looked at it in context. Sorry for that. -- You are receiving this mail because: You are watching all bug changes.