From d2f9b5d5e505bc724484bff1491e63863d0498c5 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 26 Feb 2024 12:19:31 -0800 Subject: [PATCH] Fix: respect global permissions for UI settings (#5919) --- src-ui/src/app/app-routing.module.ts | 2 +- .../admin/settings/settings.component.html | 2 +- .../app-frame/app-frame.component.html | 4 +- src/documents/tests/test_api_uisettings.py | 45 +++++++++++++++++++ src/documents/views.py | 10 ++++- 5 files changed, 58 insertions(+), 5 deletions(-) diff --git a/src-ui/src/app/app-routing.module.ts b/src-ui/src/app/app-routing.module.ts index 160e3bb97..3eebd31bd 100644 --- a/src-ui/src/app/app-routing.module.ts +++ b/src-ui/src/app/app-routing.module.ts @@ -163,7 +163,7 @@ export const routes: Routes = [ canActivate: [PermissionsGuard], data: { requiredPermission: { - action: PermissionAction.View, + action: PermissionAction.Change, type: PermissionType.UISettings, }, }, diff --git a/src-ui/src/app/components/admin/settings/settings.component.html b/src-ui/src/app/components/admin/settings/settings.component.html index 5b9ce7d9f..059b233e2 100644 --- a/src-ui/src/app/components/admin/settings/settings.component.html +++ b/src-ui/src/app/components/admin/settings/settings.component.html @@ -351,5 +351,5 @@
- + diff --git a/src-ui/src/app/components/app-frame/app-frame.component.html b/src-ui/src/app/components/app-frame/app-frame.component.html index 7bd77361c..5f30d54fa 100644 --- a/src-ui/src/app/components/app-frame/app-frame.component.html +++ b/src-ui/src/app/components/app-frame/app-frame.component.html @@ -55,7 +55,7 @@  My Profile + *pngxIfPermissions="{ action: PermissionAction.Change, type: PermissionType.UISettings }"> Settings @@ -227,7 +227,7 @@ Administration