diff --git a/organize/stateful/task.py b/organize/stateful/task.py index dea88d4..0c2bb48 100644 --- a/organize/stateful/task.py +++ b/organize/stateful/task.py @@ -54,7 +54,7 @@ def taskStates(): return StatesDefinition('task_states', State('draft', 'draft', ('release', 'cancel',), color='blue'), - State('active', 'active', ('finish', 'cancel',), + State('active', 'active', ('finish', 'reopen', 'cancel',), color='yellow'), State('finished', 'finished', ('reopen', 'archive',), color='green'),