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', |     return StatesDefinition('workItemStates', | ||||||
|         State('new', 'new', |         State('new', 'new', | ||||||
|               ('plan', 'accept', 'start', 'work', 'finish', 'delegate',  |               ('plan', 'accept', 'start', 'work', 'finish', 'delegate',  | ||||||
|                'cancel'), |                'cancel', 'reopen'), | ||||||
|               color='red'), |               color='red'), | ||||||
|         State('planned', 'planned', |         State('planned', 'planned', | ||||||
|               ('plan', 'accept', 'start', 'work', 'finish', 'delegate', |               ('plan', 'accept', 'start', 'work', 'finish', 'delegate', | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue