* [ADD] Added default permissions for accounts based on user, group and profiles.

* [MOD] Updated translations
* [MOD] Code refactoring
This commit is contained in:
nuxsmin
2018-08-30 01:41:57 +02:00
parent 7a938b677b
commit cd10389100
55 changed files with 21491 additions and 17631 deletions

View File

@@ -126,7 +126,7 @@ final class UserProfileController extends ControllerBase implements CrudControll
*/
protected function setViewData($profileId = null)
{
$this->view->addTemplate('userprofile', 'itemshow');
$this->view->addTemplate('user_profile', 'itemshow');
$profile = $profileId ? $this->userProfileService->getById($profileId) : new UserProfileData();