This commit is contained in:
zhouxin
2022-03-18 07:17:07 +00:00
parent 7bd4cb4418
commit 2ab2af045c
4 changed files with 132 additions and 110 deletions
+2
View File
@@ -1342,6 +1342,8 @@ class project extends control
if(!empty($_POST))
{
$this->project->manageMembers($projectID);
if(dao::isError()) $this->send(array('result' => 'fail', 'message' => dao::getError()));
$this->loadModel('action')->create('team', $projectID, 'ManagedTeam');
$link = $this->createLink('project', 'team', "projectID=$projectID");