Skip to content

Commit

Permalink
fix(role): typo fix for the role to hide admin board page for service…
Browse files Browse the repository at this point in the history
… manager (#937)
  • Loading branch information
saadanzari authored Jul 24, 2024
1 parent 4b60854 commit 0fc6d4e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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

0 comments on commit 0fc6d4e

Please sign in to comment.