Roundup Tracker - Issues

Issue 700272

classification
checktransition.py in customizing doc breaks for status=None
Type: Severity: normal
Components: None Versions:
process
Status: closed fixed
:
: : richard, rouilj
Priority: normal :

Created on 2003-03-09 08:45 by rouilj, last changed 2003-03-09 23:12 by richard.

Files
File name Uploaded Description Edit Remove
checktransition.py rouilj, 2003-03-09 20:33 file w/ fixes
checktransition.py rouilj, 2003-03-09 20:43 file w/ fixes
Messages
msg707 Author: [hidden] (rouilj) Date: 2003-03-09 08:45
If you set the status to - no selection- in the web
interface, the 
example checktransition fails
when a get is attempted on a 
None object rather than
a status id.

I have attached my 
changes that prevent moving into a
none state and allow any 
transition from a none state.

Arguably this is wrong, but 
there is no "none" status state available, so there is no way to 
determine what result states are valid given a None start state.
msg708 Author: [hidden] (richard) Date: 2003-03-09 23:12
Logged In: YES 
user_id=6405

I would argue that the status is a required property if you're    
using checktransition!  I will add a note to the docs to this  
effect.  
 
History
Date User Action Args
2003-03-09 08:45:41rouiljcreate