* [ADD] Unit testing

* [MOD] Improved ACL management
* [MOD] Improved actions management. Actions Ids need to be updated
* [MOD] Do not return false when a database transaction is trying to start during another transaction.
* [MOD] Code refactoring and cleanup
This commit is contained in:
nuxsmin
2018-07-29 19:20:27 +02:00
parent cd2c0379db
commit 1039e5e3a3
27 changed files with 1724 additions and 514 deletions

View File

@@ -210,7 +210,7 @@ final class ConfigEncryptionController extends SimpleControllerBase
{
try {
$this->checks();
$this->checkAccess(Acl::ENCRYPTION_CONFIG);
$this->checkAccess(Acl::CONFIG_CRYPT);
} catch (UnauthorizedPageException $e) {
$this->eventDispatcher->notifyEvent('exception', new Event($e));