Merge branch 'zentaopms_199' into 'master'

Zentaopms 199

See merge request easycorp/zentaopms!3832
This commit is contained in:
李玉春
2022-06-09 07:38:52 +00:00
4 changed files with 37 additions and 1 deletions
+8
View File
@@ -460,6 +460,14 @@ class execution extends control
if(!empty($_POST))
{
$this->execution->importTask($toExecution);
/* If link from no head then reload. */
if(isonlybody())
{
$kanbanData = $this->loadModel('kanban')->getRDKanban($toExecution, $this->session->execLaneType ? $this->session->execLaneType : 'all');
return print(js::reload('parent'));
}
return print(js::locate(inlink('importTask', "toExecution=$toExecution&fromExecution=$fromExecution"), 'parent'));
}