Skip to content

Commit

Permalink
Fix GUI right-click View items sensitivity.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjoliver committed Apr 21, 2016
1 parent 428c660 commit 707f70d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/cylc/task_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@
TASK_STATUS_SUBMITTED,
TASK_STATUS_SUBMIT_FAILED,
TASK_STATUS_SUBMIT_RETRYING,
TASK_STATUS_RUNNING,
TASK_STATUS_SUCCEEDED,
TASK_STATUS_FAILED,
TASK_STATUS_RETRYING
])

# Tasks statuses to auto-exand in the gcylc tree view.
Expand Down

0 comments on commit 707f70d

Please sign in to comment.