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:
Julio Cesar Laura
2012-08-14 10:58:44 -04:00
parent 49b4279a7f
commit 5be45bfc7a
4 changed files with 57 additions and 76 deletions

View File

@@ -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);