Merge branch 'fixbug' into 'master'

* Fix bug #23433.

See merge request easycorp/zentaopms!3808
This commit is contained in:
王怡栋
2022-06-09 01:55:28 +00:00
+1 -1
View File
@@ -105,7 +105,7 @@ class model extends baseModel
$conditions = json_decode($action->conditions);
if($action->extensionType == 'extend')
{
$title = $action->name;
if($icon != 'copy' and $methodName != 'create') $title = $action->name;
if($conditions) $enabled = $this->loadModel('flow')->checkConditions($conditions, $data);
}
else