re-open needs transition from state new

This commit is contained in:
Helmut Merz 2012-08-25 11:39:50 +02:00
parent ce3215b4ce
commit 1a03e3175d

View file

@ -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',