https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28413

David Cook <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from David Cook <[email protected]> ---
I think that this is an improvement, but it would be nice to not have the job
type hard-coded into the process method. 

Personally, I'd like the job type to either be the fully qualified module name
(e.g. Koha::BackgroundJob::BatchUpdateBiblio) or a shortened version (e.g.
BatchUpdateBiblio), so that Koha::BackgroundJob::process() could to "load
$job_type;" (using Module::Load) and "$job_type->process($args)". 

But perhaps that's out of scope for this change..

-- 
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/

Reply via email to