diff --git a/organize/work.py b/organize/work.py index 6173c0f..b83aeea 100644 --- a/organize/work.py +++ b/organize/work.py @@ -42,7 +42,7 @@ _not_found = object() def workItemStates(): return StatesDefinition('workItemStates', State('new', 'new', - ('plan', 'accept', 'start', 'work', 'finish', 'delegate'), + ('plan', 'accept', 'start', 'work', 'finish', 'delegate', 'cancel'), color='red'), State('planned', 'planned', ('plan', 'accept', 'start', 'work', 'finish', 'cancel', 'modify'),