5 Apr
2022
5 Apr
'22
6:46 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 --- Comment #32 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- (In reply to Tomás Cohen Arazi from comment #31)
(In reply to Jonathan Druart from comment #30)
1. Shouldn't we force the job to define its queue? Otherwise I have the feeling that we will end up with "default" everywhere.
I think this can be caught at QA time. See 4.
We have job_type that is doing that already. Why asking a human to catch something that can be caught by a machine? :) 170 sub job_type { croak "This method must be subclassed" } -- You are receiving this mail because: You are watching all bug changes.