Merge branch 'master_28532' into 'master'
*Fix bug #28532. See merge request easycorp/zentaopms!5754
This commit is contained in:
@@ -305,6 +305,10 @@ class task extends control
|
||||
$executionAll[$key] = $values;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
$executionAll = $executionList;
|
||||
}
|
||||
}
|
||||
$executions = $this->config->systemMode == 'classic' ? $executions : $executionAll;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user