This commit is contained in:
tianshujie
2024-04-18 16:21:20 +08:00
parent ae1173d6ad
commit a6c147a702
+1
View File
@@ -1080,6 +1080,7 @@ class actionModel extends model
$action->objectLabel = $objectLabel;
$action->product = trim($action->product, ',');
if($action->objectType == 'module') return $action;
if(in_array($action->objectType, array('program', 'project', 'product', 'execution')))
{
$objectTable = zget($this->config->objectTables, $action->objectType);