File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -853,6 +853,7 @@ export const userMenuRegistration = [PAGES.LOGOUT]
853853
854854export 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/**
You can’t perform that action at this time.
0 commit comments