diff --git a/workflow/engine/src/ProcessMaker/BusinessModel/Cases/Participated.php b/workflow/engine/src/ProcessMaker/BusinessModel/Cases/Participated.php index d6e476ef1..fd9f006ae 100644 --- a/workflow/engine/src/ProcessMaker/BusinessModel/Cases/Participated.php +++ b/workflow/engine/src/ProcessMaker/BusinessModel/Cases/Participated.php @@ -19,8 +19,13 @@ class Participated extends AbstractCases 'APPLICATION.APP_STATUS', // Status 'APPLICATION.APP_CREATE_DATE', // Start Date 'APPLICATION.APP_FINISH_DATE', // Finish Date - 'USERS.USR_ID', // Current UserId 'APP_DELEGATION.DEL_TASK_DUE_DATE', // Due Date related to the colors + 'USERS.USR_ID', // Current UserId + // Information for the user tooltip + 'USERS.USR_USERNAME', // UserName + 'USERS.USR_FIRSTNAME', // FirstName + 'USERS.USR_LASTNAME', // LastName + 'USERS.USR_EMAIL', // Mail // Additional column for other functionalities 'APP_DELEGATION.APP_UID', // Case Uid for Open case 'APP_DELEGATION.DEL_INDEX', // Del Index for Open case diff --git a/workflow/engine/src/ProcessMaker/BusinessModel/Cases/Supervising.php b/workflow/engine/src/ProcessMaker/BusinessModel/Cases/Supervising.php index ba4b657d6..3785da872 100644 --- a/workflow/engine/src/ProcessMaker/BusinessModel/Cases/Supervising.php +++ b/workflow/engine/src/ProcessMaker/BusinessModel/Cases/Supervising.php @@ -19,6 +19,12 @@ class Supervising extends AbstractCases 'APPLICATION.APP_CREATE_DATE', // Start Date 'APPLICATION.APP_FINISH_DATE', // Finish Date 'APP_DELEGATION.DEL_TASK_DUE_DATE', // Due Date related to the colors + 'USERS.USR_ID', // Current UserId + // Information for the user tooltip + 'USERS.USR_USERNAME', // UserName + 'USERS.USR_FIRSTNAME', // FirstName + 'USERS.USR_LASTNAME', // LastName + 'USERS.USR_EMAIL', // Mail // Additional column for other functionalities 'APP_DELEGATION.APP_UID', // Case Uid for Open case 'APP_DELEGATION.DEL_INDEX', // Del Index for Open case