[Koha-bugs] [Bug 29178] New: Any users can delete a background job

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 5 17:17:29 CEST 2021


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

            Bug ID: 29178
           Summary: Any users can delete a background job
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: jonathan.druart+koha at gmail.com
        QA Contact: testopia at bugs.koha-community.org

64     if ( my $job = Koha::BackgroundJobs->find($id) ) { # FIXME Make sure
logged in user can cancel this job
 65         $job->cancel;
 66     }

This FIXME must be fixed ASAP.

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


More information about the Koha-bugs mailing list