2 Dec
2022
2 Dec
'22
11:59 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30943 --- Comment #8 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (In reply to Martin Renvoize from comment #7)
OK.. I think this patchset if solid as is if we push the process fix first that checks for status...
Having both process and start methods is slightly confusing at first ;P
I agree the terminology is confusing. But they are really different things, as ->process is really the overloaded method in the job class, and ->start is just marking the task as started. i.e. if we rename process => start, we will still want a (say) ->mark_started method that does what this method does. -- You are receiving this mail because: You are watching all bug changes.