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