* [bug#57030,done,0.2h] fix bug.
This commit is contained in:
@@ -677,6 +677,8 @@ class executionTao extends executionModel
|
||||
*/
|
||||
protected function updateTeam(int $executionID, object $oldExecution, object $execution)
|
||||
{
|
||||
if(defined('RUN_MODE') && RUN_MODE == 'api') return;
|
||||
|
||||
/* Get team and language item. */
|
||||
$this->loadModel('user');
|
||||
$team = $this->user->getTeamMemberPairs($executionID, 'execution');
|
||||
|
||||
Reference in New Issue
Block a user