Skip to content

Commit 870a5f6

Browse files
authored
fix(user menu): fixed company user menu to display all pages (eclipse-tractusx#1240)
1 parent 882999e commit 870a5f6

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@
4747
- **Onboarding Service Provider Management**
4848
- fixed blank page issue in customer overview tab
4949

50+
### Bugfixes
51+
52+
- **User Menu**
53+
- fixed company user menu to display all pages
54+
5055
## 2.3.0-alpha.2
5156

5257
### Change

src/types/Config.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -853,6 +853,7 @@ export const userMenuRegistration = [PAGES.LOGOUT]
853853

854854
export const userMenuCompany = [
855855
PAGES.ORGANIZATION,
856+
PAGES.COMPANY_SUBSCRIPTIONS,
856857
PAGES.USER_MANAGEMENT,
857858
PAGES.IDP_MANAGEMENT,
858859
PAGES.CONNECTOR_MANAGEMENT,
@@ -866,6 +867,7 @@ export const userMenuCompany = [
866867
PAGES.COMPANY_CERTIFICATE,
867868
PAGES.COMPANY_WALLET,
868869
PAGES.COMPANY_DATA,
870+
PAGES.MANAGEMENT_ONBOARDING_SERVICE_PROVIDER,
869871
]
870872

871873
/**

0 commit comments

Comments
 (0)