From 0a76ed3678b0c3b48895d7596cf732d9d635057d Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 30 Aug 2020 20:13:11 +0200 Subject: [PATCH] autofixes --- Models/PermissionState.php | 1 + .../AccountGroupSelector/popup.tpl.php | 14 +++++----- Theme/Backend/modules-create.tpl.php | 2 +- Theme/Backend/profile-list.tpl.php | 10 +++---- Theme/Backend/profile-single.tpl.php | 26 +++++++++---------- tests/Admin/AdminTest.php | 1 + tests/ControllerTest.php | 1 + 7 files changed, 29 insertions(+), 26 deletions(-) diff --git a/Models/PermissionState.php b/Models/PermissionState.php index e1a3828..4f23b21 100755 --- a/Models/PermissionState.php +++ b/Models/PermissionState.php @@ -27,5 +27,6 @@ use phpOMS\Stdlib\Base\Enum; abstract class PermissionState extends Enum { public const PROFILE = 1; + public const PROFILE_SETTINGS = 2; } diff --git a/Theme/Backend/Components/AccountGroupSelector/popup.tpl.php b/Theme/Backend/Components/AccountGroupSelector/popup.tpl.php index 6dded81..3043515 100755 --- a/Theme/Backend/Components/AccountGroupSelector/popup.tpl.php +++ b/Theme/Backend/Components/AccountGroupSelector/popup.tpl.php @@ -1,17 +1,17 @@