From 3c29837aeed62d1c710b4c04933c6495273c79df Mon Sep 17 00:00:00 2001 From: kunalgaurav-bmw Date: Fri, 18 Oct 2024 11:32:29 +0530 Subject: [PATCH 1/2] fix(Use Case Participation): fixed Manage UseCase Credentials url --- CHANGELOG.md | 5 +++++ public/assets/content/de/dataspace.json | 2 +- public/assets/content/en/dataspace.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ac39de4a..0b389f823 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,11 @@ New features, fixed bugs, known defects and other noteworthy changes to each rel - updated technical user overview with technical user details and also updated relevant images. +### BugFixes + +- **Use Case Participation** + - fixed Manage UseCase Credentials url + ## 2.2.0 ### Change diff --git a/public/assets/content/de/dataspace.json b/public/assets/content/de/dataspace.json index 69f71b88e..2cdfd0a6e 100644 --- a/public/assets/content/de/dataspace.json +++ b/public/assets/content/de/dataspace.json @@ -134,7 +134,7 @@ { "background": "#C498EF63", "title": "UseCase-Teilnahmeinformationen verwalten", - "navigate": "/usecase-participation" + "navigate": "/usecaseParticipation" }, { "background": "#C498EF63", diff --git a/public/assets/content/en/dataspace.json b/public/assets/content/en/dataspace.json index 297543d49..a5345f482 100644 --- a/public/assets/content/en/dataspace.json +++ b/public/assets/content/en/dataspace.json @@ -134,7 +134,7 @@ { "background": "#C498EF63", "title": "Manage UseCase Credentials", - "navigate": "/usecase-participation" + "navigate": "/usecaseParticipation" }, { "background": "#C498EF63", From 1289de6b6a01d3dca21b486c32b1f8ab98700ec5 Mon Sep 17 00:00:00 2001 From: kunalgaurav-bmw Date: Fri, 18 Oct 2024 11:41:23 +0530 Subject: [PATCH 2/2] fix(Use Case Participation): changelog pr url updated --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b389f823..d91811e0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ New features, fixed bugs, known defects and other noteworthy changes to each rel ### BugFixes - **Use Case Participation** - - fixed Manage UseCase Credentials url + - fixed Manage UseCase Credentials url [#416](https://github.com/eclipse-tractusx/portal-assets/pull/416) ## 2.2.0