Skip to content

Commit

Permalink
Change to managerID
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangzinh committed Jun 15, 2023
1 parent 9510cff commit 7d468e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libs/actions/Task.js
Original file line number Diff line number Diff line change
Expand Up @@ -638,8 +638,8 @@ function getTaskAssigneeEmail(taskReport) {
return null;
}

if (taskReport.managerEmail) {
return taskReport.managerEmail;
if (taskReport.managerID) {
return taskReport.managerID;
}

const reportAction = ReportActionsUtils.getParentReportAction(taskReport);
Expand Down

0 comments on commit 7d468e4

Please sign in to comment.