re-open needs transition from state new
This commit is contained in:
parent
ce3215b4ce
commit
1a03e3175d
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ def workItemStates():
|
|||
return StatesDefinition('workItemStates',
|
||||
State('new', 'new',
|
||||
('plan', 'accept', 'start', 'work', 'finish', 'delegate',
|
||||
'cancel'),
|
||||
'cancel', 'reopen'),
|
||||
color='red'),
|
||||
State('planned', 'planned',
|
||||
('plan', 'accept', 'start', 'work', 'finish', 'delegate',
|
||||
|
|
Loading…
Add table
Reference in a new issue