From 0fc6d4eae0042e2d2e371bcc83493989884495e3 Mon Sep 17 00:00:00 2001 From: Saad Bin Rafiq <149799297+saadanzari@users.noreply.github.com> Date: Wed, 24 Jul 2024 14:11:49 +0200 Subject: [PATCH] fix(role): typo fix for the role to hide admin board page for service manager (#937) --- CHANGELOG.md | 7 +++++++ src/types/Constants.ts | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51e547168..57644490f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/types/Constants.ts b/src/types/Constants.ts index 2c767e9ac..11f653d54 100644 --- a/src/types/Constants.ts +++ b/src/types/Constants.ts @@ -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',