Merge branch 'fixbug' into 'master'
* Fix bug #23433. See merge request easycorp/zentaopms!3808
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user