mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-03 15:14:08 +01:00
* [FIX] Fixed wrong Acl behavior
* [FIX] Minor bugfixes * [MOD] Updated db schema
This commit is contained in:
@@ -140,7 +140,7 @@ class ClientController extends ControllerBase implements CrudControllerInterface
|
||||
$this->view->assign('readonly');
|
||||
}
|
||||
|
||||
$this->view->assign('customFields', $this->getCustomFieldsForItem(ActionsInterface::CLIENT, $clientId));
|
||||
$this->view->assign('customFields', $this->getCustomFieldsForItem(ActionsInterface::CLIENT, $clientId, $this->session));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user