* Finish cmmi task#866;

This commit is contained in:
leiyong
2020-06-19 01:39:58 -07:00
parent 3a2626bab8
commit 4ec79ae237
+1 -1
View File
@@ -96,7 +96,7 @@ class program extends control
$this->send(array('result' => 'fail', 'message' => $this->processErrors(dao::getError())));
}
$this->loadModel('action')->create('project', $projectID, 'opened');
$this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => inlink('index')));
$this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => inlink('index', array('status' => 'wait', 'orderBy' => 'order_desc'))));
}
$name = '';