HOR-2052
This commit is contained in:
Paula V. Quispe
2016-10-27 12:06:06 -04:00
parent 3d56df5497
commit 6be1b9e8fd
3 changed files with 52 additions and 2 deletions

View File

@@ -82,6 +82,7 @@ class Light
$tempTreeChild['text'] = $keyChild; //ellipsis ( $keyChild, 50 );
$tempTreeChild['processId'] = $processInfoChild['pro_uid'];
$tempTreeChild['taskId'] = $processInfoChild['uid'];
list($tempTreeChild['offlineEnabled'], $tempTreeChild['autoRoot']) = $task->getColumnValues($processInfoChild['pro_uid'], $processInfoChild['uid'], array('TAS_OFFLINE', 'TAS_AUTO_ROOT'));
$forms = $task->getSteps($processInfoChild['uid']);
$newForm = array();
$c = 0;