[Koha-bugs] [Bug 30350] New: Do not hardcode job types

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 24 15:04:39 CET 2022


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

            Bug ID: 30350
           Summary: Do not hardcode job types
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: tomascohen at gmail.com
        QA Contact: testopia at bugs.koha-community.org

Currently background_jobs_worker.pl has a hardcoded list. It should be using a
method in Koha::BackgrounJob(s) instead, avoiding the need to maintain this
list. Right now it could use Koha::BackgroundJob::type_to_class_mapping.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list