Skip to content

Commit

Permalink
feat(onboarding service provider): remove deprecated page (#1261)
Browse files Browse the repository at this point in the history
  • Loading branch information
lavanya-bmw authored Oct 23, 2024
1 parent e1ddcb2 commit ee468d9
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 243 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

### Change

- **Onboarding Service Provider**
- removed deprecated page onboardingServiceProvider and every related link [#1261](https://github.com/eclipse-tractusx/portal-frontend/pull/1261)

## 2.3.0-alpha.3

### Change
Expand Down
2 changes: 1 addition & 1 deletion DEPENDENCIES
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ npm/npmjs/-/https-proxy-agent/5.0.1, MIT, approved, clearlydefined
npm/npmjs/-/human-signals/2.1.0, Apache-2.0, approved, clearlydefined
npm/npmjs/-/husky/9.1.6, MIT, approved, clearlydefined
npm/npmjs/-/i18next-browser-languagedetector/7.2.1, MIT, approved, clearlydefined
npm/npmjs/-/i18next/23.15.1, MIT, approved, clearlydefined
npm/npmjs/-/i18next/23.15.1, MIT, approved, #16823
npm/npmjs/-/iconv-lite/0.6.3, MIT, approved, clearlydefined
npm/npmjs/-/identity-obj-proxy/3.0.0, MIT, approved, clearlydefined
npm/npmjs/-/ieee754/1.2.1, BSD-3-Clause, approved, clearlydefined
Expand Down
2 changes: 0 additions & 2 deletions src/assets/locales/en/idp.json
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,6 @@
"status4": "active"
},
"osp": {
"title": "Onboarding Serviceprovider",
"desc": "{Description of the Onboarding Serviceprovider process}",
"steps": {
"one": {
"text": "done",
Expand Down
71 changes: 0 additions & 71 deletions src/components/pages/OSPManagement/index.tsx

This file was deleted.

162 changes: 0 additions & 162 deletions src/components/pages/OSPManagement/style.scss

This file was deleted.

6 changes: 0 additions & 6 deletions src/types/Config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ import AdminCredential from 'components/pages/AdminCredential'
import AddRoles from 'components/pages/AppOverview/AddRoles'
import ServiceDeactivate from 'components/pages/ServiceReleaseProcess/components/ServiceDeactivate'
import ChangeDocuments from 'components/pages/AppOverview/ChangeDocuments'
import OSPManagement from 'components/pages/OSPManagement'
import CompanyWallet from 'components/pages/CompanyWallet'
import CompanyCertificates from 'components/pages/CompanyCertificates'
import { OSPConsent } from 'components/pages/OSPConsent'
Expand Down Expand Up @@ -560,11 +559,6 @@ export const ALL_PAGES: IPage[] = [
allowTo: () => userHasSsiCredentialRole(ROLES.DECISION_SSICREDENTIAL),
element: <AdminCredential />,
},
{
name: PAGES.ONBOARDING_SERVICE_PROVIDER,
allowTo: () => userHasPortalRole(ROLES.IDP_VIEW),
element: <OSPManagement />,
},
{
name: PAGES.COMPANY_CERTIFICATE,
allowTo: () => userHasPortalRole(ROLES.COMPANY_CERTIFICATE_VIEW),
Expand Down
1 change: 0 additions & 1 deletion src/types/Constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ export enum PAGES {
CERTIFICATE_CREDENTIAL = 'certificateCredential',
DATA_SPACE = 'dataSpace',
ADMIN_CREDENTIAL = 'adminCredential',
ONBOARDING_SERVICE_PROVIDER = 'onboardingServiceProvider',
COMPANY_CERTIFICATE = 'companyCertificate',
COMPANY_WALLET = 'companyWallet',
DECLINE = 'decline',
Expand Down

0 comments on commit ee468d9

Please sign in to comment.