Opened 16 years ago
Closed 16 years ago
#1250 closed defect (fixed)
The internal job queue start jobs that has been marked as "removed"
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.11 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
- Do anything that ends up in registration of a job, for example, an import or export
- Quickly navigate to View -> Jobs
- Find the newly registered job, select it and click "Delete". The job should now be in the trashcan.
- The internal job queue ignores the "removed" flag and starts executing the job.
Note! I don't know if job agents have the same behaviour. This should be checked.
Change History (2)
comment:1 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [4804]) Fixes #1250: The internal job queue start jobs that has been marked as "removed"
The job agent didn't have the same problem.