PMCORE-2591

This commit is contained in:
Paula Quispe
2020-12-18 12:27:28 -04:00
parent a460fa65e2
commit 80b27a7b01
2 changed files with 5 additions and 2 deletions

View File

@@ -1872,8 +1872,11 @@ class Delegation extends Model
'USERS.USR_FIRSTNAME', // Current User FirstName
'USERS.USR_LASTNAME', // Current User LastName
'APP_DELEGATION.DEL_TASK_DUE_DATE', // Due Date
// Additional column for other functionalities
'APP_DELEGATION.APP_UID', // Case Uid for Open case
'APP_DELEGATION.DEL_INDEX', // Del Index for Open case
'APP_DELEGATION.PRO_UID', // Process Uid for Case notes
'APP_DELEGATION.TAS_UID', // Task Uid for Case notes
]);
// Join with task
$query->joinTask();