Skip to content

Commit 42982f1

Browse files
committed
Admin UI: client details: show role details if fine-grained permissions are enabled and user has access to the client and 'query-clients' permission Signed-off-by: Joerg Matysiak <Joerg.Matysiak@bosch.com>
1 parent 125f66e commit 42982f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/apps/admin-ui/src/clients/routes/ClientRole.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const ClientRoleRoute: AppRouteObject = {
2323
element: <RealmRoleTabs />,
2424
breadcrumb: (t) => t("roleDetails"),
2525
handle: {
26-
access: "view-clients",
26+
access: "query-clients",
2727
},
2828
} satisfies AppRouteObject;
2929

0 commit comments

Comments
 (0)