acl recactoring

This commit is contained in:
Yuri Kuznetsov
2021-04-15 09:18:06 +03:00
parent 781d9dd440
commit aa7959b91c
38 changed files with 2363 additions and 441 deletions

View File

@@ -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)