Merge branch 'zentaopms_9.8' of github.com:easysoft/zentaopms into zentaopms_9.8

This commit is contained in:
wangyidong
2018-03-23 16:15:00 +08:00
6 changed files with 31 additions and 6 deletions
+1 -1
View File
@@ -789,7 +789,7 @@ class task extends control
$task = $this->view->task;
$members = $this->loadModel('project')->getTeamMemberPairs($task->project, 'nodeleted');
$task->nextBy = $task->assignedTo;
$task->nextBy = $task->openedBy;
$this->view->users = $members;
if(!empty($task->team))