This commit is contained in:
zhouxudong
2022-04-28 09:21:47 +00:00
parent 2dd822a1f7
commit aa0e8579cf
+1 -1
View File
@@ -1299,7 +1299,7 @@ class actionModel extends model
$action->objectLabel = $objectLabel;
$action->product = trim($action->product, ',');
$judgeDeletedObject = array('program', 'project', 'product', 'execution');
$noLinkObjects = array('program', 'project', 'product', 'execution');
if(in_array($action->objectType, $judgeDeletedObject))
{
$objectTable = zget($this->config->objectTables, $action->objectType);