Continued working on assigning system variables part and fixed issue in Extjs
This commit is contained in:
@@ -4615,6 +4615,7 @@ class processMap {
|
||||
{
|
||||
try {
|
||||
$oTasks = new Tasks ( );
|
||||
$_SESSION['TASK'] = $sTaskUID;
|
||||
$aSteps = $oTasks->getStepsOfTask ( $sTaskUID );
|
||||
$sUIDs = array ();
|
||||
foreach ( $aSteps as $aStep ) {
|
||||
|
||||
Reference in New Issue
Block a user