* Finish task #8307.

This commit is contained in:
Yagami
2020-11-17 13:22:34 +08:00
parent abf1fbb361
commit e5fa6f7bed
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -1025,7 +1025,8 @@ class program extends control
if(!empty($_POST))
{
$this->project->manageMembers($projectID);
die(js::reload('parent.parent'));
$link = $this->createLink('program', 'PRJManageMembers', "projectID=$projectID");
$this->send(array('message' => $this->lang->saveSuccess, 'result' => 'success', 'locate' => $link));
}
/* Load model. */