Merge branch 'sprint/liyuchun_bug_16639' into 'master'
* Fix bug #16639. See merge request easycorp/zentaopms!775
This commit is contained in:
@@ -1365,7 +1365,7 @@ class testtask extends control
|
||||
->andWhere('`case`')->in($this->post->caseIDList)
|
||||
->exec();
|
||||
$this->loadModel('action');
|
||||
foreach($this->post->caseIDList as $caseID) $this->action->create('case', $caseID, 'assigned', '', $taskID);
|
||||
foreach($this->post->caseIDList as $caseID) $this->action->create('case', $caseID, 'assigned', '', $this->post->assignedTo);
|
||||
die(js::locate($this->session->caseList, 'parent'));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user