From 88ae60a4a0f62c1de14ac1675d7a211d9148bd90 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 23 Jan 2024 12:23:15 -0800 Subject: [PATCH] Fix: enforce object permissions for app config (#5516) --- src-ui/src/app/app-routing.module.ts | 4 ++-- src-ui/src/app/components/app-frame/app-frame.component.html | 2 +- src-ui/src/app/services/permissions.service.spec.ts | 4 ++++ src-ui/src/app/services/permissions.service.ts | 1 + src/paperless/views.py | 3 ++- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/src-ui/src/app/app-routing.module.ts b/src-ui/src/app/app-routing.module.ts index 6da2cd253..160e3bb97 100644 --- a/src-ui/src/app/app-routing.module.ts +++ b/src-ui/src/app/app-routing.module.ts @@ -186,8 +186,8 @@ export const routes: Routes = [ canActivate: [PermissionsGuard], data: { requiredPermission: { - action: PermissionAction.View, - type: PermissionType.Admin, + action: PermissionAction.Change, + type: PermissionType.AppConfig, }, }, }, 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 f07266589..3dec0f691 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 @@ -235,7 +235,7 @@  Settings -