Closed (fixed)
Project:
Translation Management Tool
Version:
7.x-1.x-dev
Component:
Core
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Feb 2012 at 00:12 UTC
Updated:
29 Nov 2013 at 13:10 UTC
Jump to comment: Most recent
Comments
Comment #1
berdirActually not sure if this is true, it seems like cancelling itself doesn't work correctly.
Comment #2
vasi1186 commentedYou should be able to cancel jobs now, but for job items, there is no such a status like "Canceled", so they will just remain in their state...
Comment #3
miro_dietikerI doubt this is still broken.
Comment #4
blueminds commentedIn the Issue #2106637 we introduced the aborted approach rather than cancelled. The aborted flag has been added to job items as well and if a job is aborted (the method cancelled() is still not renamed) it will abort all its items. So this is fixed.