PR observations

|:wq
This commit is contained in:
Paula Quispe
2017-05-23 16:12:45 -04:00
parent 2b2d27ff0a
commit 88da56ea9a
2 changed files with 16 additions and 12 deletions

View File

@@ -1478,7 +1478,7 @@ class ProcessSupervisor
$rsCriteria->setFetchmode(\ResultSet::FETCHMODE_ASSOC);
if ($rsCriteria->next()) {
return true;
return true;
}
//Check if the user is in a group defined as supervisor
$criteria = new \Criteria('workflow');