Skip to content

Commit c4abb4b

Browse files
committed
RBAC: drop Wildcards group from Roles page client-side mapping
Pairs with the cloud-side change that removes `admin`, `read:all`, and `write:all` from PERMISSION_CATALOGUE. With no catalogue entry sitting in the Wildcards group, the corresponding entries in the client-side PERMISSION_GROUP_BY_NAME map are dead and the group is removed from GROUP_ORDER.
1 parent c68d0a9 commit c4abb4b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

  • apps/webapp/app/routes/_app.orgs.$organizationSlug.settings.roles

apps/webapp/app/routes/_app.orgs.$organizationSlug.settings.roles/route.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -248,13 +248,9 @@ const PERMISSION_GROUP_BY_NAME: Record<string, string> = {
248248
"read:members": "Organisation",
249249
"manage:members": "Organisation",
250250
"manage:billing": "Organisation",
251-
"read:all": "Wildcards",
252-
"write:all": "Wildcards",
253-
admin: "Wildcards",
254251
};
255252

256253
const GROUP_ORDER = [
257-
"Wildcards",
258254
"Runs",
259255
"Tasks",
260256
"Waitpoints",

0 commit comments

Comments
 (0)