Merged in bugfix/PMCORE-3435 (pull request #8225)
PMCORE-3435 Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
committed by
Julio Cesar Laura Avendaño
commit
a2879e56fe
@@ -34,9 +34,9 @@ foreach ($results as $row) {
|
||||
$casesPerTask = count($row);
|
||||
$row = head($row);
|
||||
$processUid = $row['PRO_UID'];
|
||||
$proTitle = 'PRO_TITLE';
|
||||
$proTitle = $row['PRO_TITLE'];
|
||||
$taskUid = $row['TAS_UID'];
|
||||
$taskTitle = 'TAS_TITLE';
|
||||
$taskTitle = $row['TAS_TITLE'];
|
||||
$dynaformUid = $row['DYN_UID'];
|
||||
|
||||
$tabTitle = $taskTitle . " (" . (($activeNumRows > 0) ? $casesPerTask : 0) . ")";
|
||||
|
||||
Reference in New Issue
Block a user