OBEROn - Bug Trace - Oberon Platform
Viewing Issue Advanced Details
13 Domain Objects major always 2010-02-13 11:02 2010-02-13 11:20
administrator  
administrator  
normal  
resolved  
fixed  
none    
none  
0000013: Cannot add the lifecycle stages
When I try to add new stage into the Stages tab of the lifecycle form nothing happens.
Issue History
2010-02-13 11:02 administrator New Issue
2010-02-13 11:20 administrator Note Added: 0000014
2010-02-13 11:20 administrator Status new => resolved
2010-02-13 11:20 administrator Fixed in Version => 1.1
2010-02-13 11:20 administrator Resolution open => fixed
2010-02-13 11:20 administrator Assigned To => administrator
2010-02-13 11:21 administrator Note Edited: 0000014

Notes
(0000014)
administrator   
2010-02-13 11:20   
(edited on: 2010-02-13 11:21)
The problem is due to the character set for the administration object names introducted with build 0033. Available characters are only a-zA-Z0-9-_/. and space. If you add a new stage the client try to define a new stage named Stage[N] but the "[" and "]" chars are not possible so this operation fails. You can add the stages with the OOQL command and then edit them with the lifecycle form or upgrade to the 0034 build.