* Finish task#8500.

This commit is contained in:
qiyu-xie
2020-11-27 17:34:57 +08:00
parent 00a0980293
commit 702b8ef4da
8 changed files with 20 additions and 2 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ class stakeholder extends control
$this->send($response);
}
$actionID = $this->loadModel('action')->create('stakeholder', $stakeholderID, 'Opened');
$actionID = $this->loadModel('action')->create('stakeholder', $stakeholderID, 'added');
$response['locate'] = $this->createLink('stakeholder', 'browse', '');
$this->send($response);
}