added cron job manager for service jobs and scheduler jobs
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ class Auth extends \Slim\Middleware
|
||||
if (!empty($routes[0])) {
|
||||
$routeConditions = $routes[0]->getConditions();
|
||||
if (isset($routeConditions['auth']) && $routeConditions['auth'] === false) {
|
||||
//$this->container->setUser(new \Espo\Entities\User());
|
||||
$this->container->setUser($this->entityManager->getRepository('User'));
|
||||
$this->next->call();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user