BUG 9554 Event setup has a different way to pick Variables ... SOLVED
- The Events->Action call other control "picker" because don't need the key cast description and the System variables - Changed the appereance and behaviour of the control "picker" in the Event->Action panel
This commit is contained in:
@@ -371,7 +371,9 @@ class processMap {
|
||||
$oPM->taskOptions[]=$taskOption;
|
||||
}
|
||||
|
||||
$oJSON = new Services_JSON ( );
|
||||
$_SESSION['PROCESS'] = $sProcessUID;
|
||||
|
||||
$oJSON = new Services_JSON();
|
||||
return $oJSON->encode($oPM);
|
||||
} catch (Exception $oError) {
|
||||
throw ($oError);
|
||||
|
||||
Reference in New Issue
Block a user