* Modify create and execute jump app error.

This commit is contained in:
tianshujie
2022-01-12 11:13:16 +08:00
parent a0d61f9d2f
commit 7870309514
+1 -1
View File
@@ -1397,7 +1397,7 @@ class execution extends control
$this->loadModel('kanban')->createRDKanban($execution);
if(dao::isError()) return $this->send(array('result' => 'fail', 'message' => dao::getError()));
return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => inlink('kanban', "executionID=$executionID")));
return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => inlink('kanban', "executionID=$executionID") . '#app=execution'));
}
if(!empty($planID))