PMCORE-2721

This commit is contained in:
Paula Quispe
2021-01-19 09:39:18 -04:00
parent 8a5be1743e
commit 79a01a7e90
6 changed files with 18 additions and 7 deletions

View File

@@ -99,6 +99,7 @@ class Draft extends AbstractCases
// Get task color label
$item['TAS_COLOR'] = $this->getTaskColor($item['DEL_TASK_DUE_DATE']);
$item['TAS_COLOR_LABEL'] = self::TASK_COLORS[$item['TAS_COLOR']];
$item['TAS_STATUS'] = self::TASK_STATUS[$item['TAS_COLOR']];
// Apply the date format defined in environment
$item['DEL_TASK_DUE_DATE_LABEL'] = applyMaskDateEnvironment($item['DEL_TASK_DUE_DATE']);
$item['DEL_DELEGATE_DATE_LABEL'] = applyMaskDateEnvironment($item['DEL_DELEGATE_DATE']);