mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
acl recactoring
This commit is contained in:
@@ -54,7 +54,7 @@ class User extends \Espo\Core\Controllers\Record
|
||||
throw new NotFound();
|
||||
}
|
||||
|
||||
return $this->getAclManager()->getMap($user);
|
||||
return $this->getAclManager()->getMapData($user);
|
||||
}
|
||||
|
||||
public function postActionChangeOwnPassword($params, $data, $request)
|
||||
|
||||
Reference in New Issue
Block a user