From a6c147a7026a62a4e415ed6deaba35b44f65ce41 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Thu, 18 Apr 2024 16:20:54 +0800 Subject: [PATCH] * Fix bug #48057. --- module/action/model.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/action/model.php b/module/action/model.php index 5a4d229d45..84c71827dc 100755 --- a/module/action/model.php +++ b/module/action/model.php @@ -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);