Skip to content

Commit

Permalink
feat(my organization view): Change required role for my organization …
Browse files Browse the repository at this point in the history
…view (#857)
  • Loading branch information
typecastcloud authored Jun 3, 2024
1 parent 5cbc1e2 commit b466ade
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/types/Config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export const ALL_PAGES: IPage[] = [
},
{
name: PAGES.ORGANIZATION,
role: ROLES.PARTNER_NETWORK_VIEW,
role: ROLES.MY_ORGANIZATION_VIEW,
element: <Organization />,
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/types/Constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export enum ROLES {
IDP_SETUP = 'setup_idp',
IDP_DISABLE = 'disable_idp',
MODIFY_USER_ACCOUNT = 'modify_user_account',
ORGANIZATION_VIEW = 'view_organization',
MY_ORGANIZATION_VIEW = 'view_company_data',
PARTNER_NETWORK_VIEW = 'view_partner_network',
DEVELOPER = 'catenax_developer',
CONNECTORS_VIEW = 'view_connectors',
Expand Down

0 comments on commit b466ade

Please sign in to comment.