OBEROn - Bug Trace - Oberon Platform
Viewing Issue Advanced Details
76 Context Design feature always 2012-08-08 16:07 2012-08-08 16:11
administrator  
administrator  
normal  
resolved 2.6 - DB build 0065  
fixed  
none    
none 3.0 - DB build 0067  
0000076: Enabling the history trace for a specific event for all stages
Currently, if I need to enable the history trace for a specific event (for example the "edit" event) for all stages in a lifecycle, I have to set the flag for each stage. This operation may require lot of time when you have several stages.
There should be a common mask for the lifecycle where we can enable the trace events valid for all stages.
Issue History
2012-08-08 16:07 administrator New Issue
2012-08-08 16:07 administrator Fixed in Version => 2.7 build 0066
2012-08-08 16:07 administrator Target Version => 2.7 build 0066
2012-08-08 16:11 administrator Note Added: 0000146
2012-08-08 16:11 administrator Status new => resolved
2012-08-08 16:11 administrator Resolution open => fixed
2012-08-08 16:11 administrator Assigned To => administrator
2012-08-08 16:12 administrator Note Edited: 0000146

Notes
(0000146)
administrator   
2012-08-08 16:11   
(edited on: 2012-08-08 16:12)
Added the History Trace also at the lifecycle level.
If an event is enabled at this level, it will be enabled also for all the stages (logical OR condition)

Added the "history" option in the lifecycle OOQL commands:

lifecycle edit <LCNAME> history edit clone ..... stage change 'Open' history !edit ;
lifecycle show <LCNAME> get { ... history ... } token ... ;

and also the related SDK methods in the Lifecycle class