PMCORE-1004

This commit is contained in:
Paula Quispe
2021-08-11 16:00:55 -04:00
parent 4ff0285243
commit 9cdb3f045a

View File

@@ -355,7 +355,7 @@ class AppProxy extends HttpProxyController
$j++ => [ // Case Title per thread $j++ => [ // Case Title per thread
'id' => 'CASE_TITLE', 'id' => 'CASE_TITLE',
'label' => G::LoadTranslation('ID_TASK_TITLE') . ': ', 'label' => G::LoadTranslation('ID_TASK_TITLE') . ': ',
'value' => $appFields['DEL_TITLE'], 'value' => $row['DEL_TITLE'],
], ],
$j++ => [ // Current User $j++ => [ // Current User
'id' => 'CURRENT_USER', 'id' => 'CURRENT_USER',