adding UID and description in second line of each row of the grid
This commit is contained in:
@@ -47,8 +47,8 @@ if($aData['ROU_TYPE'] != 'SEQUENTIAL')
|
||||
//$sGatewayUID = $oProcessMap->saveNewGateway($aData['PROCESS'], $aData['TASK'][0], $aData['ROU_NEXT_TASK'][0]);
|
||||
//echo $sGatewayUID.'|';
|
||||
}
|
||||
else
|
||||
echo $aData['ROU_EVN_UID'].'|'; //sending route_event_uid in response
|
||||
//else
|
||||
// echo $aData['ROU_EVN_UID'].'|'; //sending route_event_uid in response
|
||||
|
||||
G::LoadClass('tasks');
|
||||
$oTasks = new Tasks();
|
||||
|
||||
Reference in New Issue
Block a user