* Fix bug.

This commit is contained in:
leiyong
2020-12-07 08:16:23 +08:00
parent 0dafa019a2
commit 6eec4a4a88
28 changed files with 130 additions and 121 deletions
+1 -1
View File
@@ -376,7 +376,7 @@ class actionModel extends model
}
}
}
elseif(($actionName == 'opened' or $actionName == 'managed' or $actionName == 'edited') and $objectType == 'project')
elseif(($actionName == 'opened' or $actionName == 'managed' or $actionName == 'edited') and ($objectType == 'execution' || $objectType == 'project'))
{
$linkedProducts = $this->dao->select('id,name')->from(TABLE_PRODUCT)->where('id')->in($action->extra)->fetchPairs('id', 'name');
$action->extra = '';