Skip to content

Commit ee468d9

Browse files
authored
feat(onboarding service provider): remove deprecated page (eclipse-tractusx#1261)
eclipse-tractusx#1236
1 parent e1ddcb2 commit ee468d9

File tree

7 files changed

+6
-243
lines changed

7 files changed

+6
-243
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Unreleased
44

5+
### Change
6+
7+
- **Onboarding Service Provider**
8+
- removed deprecated page onboardingServiceProvider and every related link [#1261](https://github.com/eclipse-tractusx/portal-frontend/pull/1261)
9+
510
## 2.3.0-alpha.3
611

712
### Change

DEPENDENCIES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ npm/npmjs/-/https-proxy-agent/5.0.1, MIT, approved, clearlydefined
217217
npm/npmjs/-/human-signals/2.1.0, Apache-2.0, approved, clearlydefined
218218
npm/npmjs/-/husky/9.1.6, MIT, approved, clearlydefined
219219
npm/npmjs/-/i18next-browser-languagedetector/7.2.1, MIT, approved, clearlydefined
220-
npm/npmjs/-/i18next/23.15.1, MIT, approved, clearlydefined
220+
npm/npmjs/-/i18next/23.15.1, MIT, approved, #16823
221221
npm/npmjs/-/iconv-lite/0.6.3, MIT, approved, clearlydefined
222222
npm/npmjs/-/identity-obj-proxy/3.0.0, MIT, approved, clearlydefined
223223
npm/npmjs/-/ieee754/1.2.1, BSD-3-Clause, approved, clearlydefined

src/assets/locales/en/idp.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,6 @@
275275
"status4": "active"
276276
},
277277
"osp": {
278-
"title": "Onboarding Serviceprovider",
279-
"desc": "{Description of the Onboarding Serviceprovider process}",
280278
"steps": {
281279
"one": {
282280
"text": "done",

src/components/pages/OSPManagement/index.tsx

Lines changed: 0 additions & 71 deletions
This file was deleted.

src/components/pages/OSPManagement/style.scss

Lines changed: 0 additions & 162 deletions
This file was deleted.

src/types/Config.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ import AdminCredential from 'components/pages/AdminCredential'
8080
import AddRoles from 'components/pages/AppOverview/AddRoles'
8181
import ServiceDeactivate from 'components/pages/ServiceReleaseProcess/components/ServiceDeactivate'
8282
import ChangeDocuments from 'components/pages/AppOverview/ChangeDocuments'
83-
import OSPManagement from 'components/pages/OSPManagement'
8483
import CompanyWallet from 'components/pages/CompanyWallet'
8584
import CompanyCertificates from 'components/pages/CompanyCertificates'
8685
import { OSPConsent } from 'components/pages/OSPConsent'
@@ -560,11 +559,6 @@ export const ALL_PAGES: IPage[] = [
560559
allowTo: () => userHasSsiCredentialRole(ROLES.DECISION_SSICREDENTIAL),
561560
element: <AdminCredential />,
562561
},
563-
{
564-
name: PAGES.ONBOARDING_SERVICE_PROVIDER,
565-
allowTo: () => userHasPortalRole(ROLES.IDP_VIEW),
566-
element: <OSPManagement />,
567-
},
568562
{
569563
name: PAGES.COMPANY_CERTIFICATE,
570564
allowTo: () => userHasPortalRole(ROLES.COMPANY_CERTIFICATE_VIEW),

src/types/Constants.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ export enum PAGES {
100100
CERTIFICATE_CREDENTIAL = 'certificateCredential',
101101
DATA_SPACE = 'dataSpace',
102102
ADMIN_CREDENTIAL = 'adminCredential',
103-
ONBOARDING_SERVICE_PROVIDER = 'onboardingServiceProvider',
104103
COMPANY_CERTIFICATE = 'companyCertificate',
105104
COMPANY_WALLET = 'companyWallet',
106105
DECLINE = 'decline',

0 commit comments

Comments
 (0)