* Finish task #8972.

This commit is contained in:
Yagami
2021-01-15 16:42:11 +08:00
parent c8f1adb4e7
commit 435194190b
+1 -1
View File
@@ -1027,7 +1027,7 @@ class program extends control
$_POST['PRJ'] = $projectID;
$this->group->create();
if(dao::isError()) die(js::error(dao::getError()));
die(js::locate(inLink('PRJGroup', "projectID=$projectID&programID=$programID"), 'parent.parent'));
die(js::closeModal('parent.parent'));
}
$this->view->title = $this->lang->company->orgView . $this->lang->colon . $this->lang->group->create;