Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(role): typo fix for the role to hide admin board page for service manager #937

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## unreleased

### Technical Support

- **Admin Board**:
- Fixed role to hide admin board page for service manager [#937](https://github.com/eclipse-tractusx/portal-frontend/pull/937)

## 2.1.0-RC2

### Feature
Expand Down
2 changes: 1 addition & 1 deletion src/types/Constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ export enum ROLES {
ACTIVATE_SUBSCRIPTION = 'activate_subscription',
APPROVE_APP_RELEASE = 'approve_app_release',
DECLINE_APP_RELEASE = 'decline_app_release',
APPROVE_SERVICE_RELEASE = 'activate_subscription',
APPROVE_SERVICE_RELEASE = 'approve_service_release',
DECLINE_SERVICE_RELEASE = 'decline_service_release',
VIEW_SERVICE_RELEASE = 'add_service_offering',
UPDATE_COMPANY_ROLE = 'update_company_role',
Expand Down
Loading