Skip to content

Commit

Permalink
fix(dataspace): fix "Manage Role Credentials" link (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy authored Nov 13, 2024
1 parent d922bf4 commit 1938b28
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ New features, fixed bugs, known defects and other noteworthy changes to each rel

## Unreleased

## 2.3.0-RC1

### Change

#### Documentation
Expand All @@ -12,8 +14,10 @@ New features, fixed bugs, known defects and other noteworthy changes to each rel

### BugFixes

- **Use Case Participation**
- fixed Manage UseCase Credentials url [#416](https://github.com/eclipse-tractusx/portal-assets/pull/416)
#### Assets

- **Dataspace Page**
- fixed "Manage UseCase Credentials" and "Manage Role Credentials" links [#416](https://github.com/eclipse-tractusx/portal-assets/pull/425), [#416](https://github.com/eclipse-tractusx/portal-assets/pull/425)

## 2.2.0

Expand Down
2 changes: 1 addition & 1 deletion DEPENDENCIES
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ npm/npmjs/-/content-type/1.0.5, MIT, approved, #6950
npm/npmjs/-/cookie-signature/1.0.6, MIT, approved, clearlydefined
npm/npmjs/-/cookie/0.6.0, MIT, approved, clearlydefined
npm/npmjs/-/corser/2.0.1, MIT, approved, clearlydefined
npm/npmjs/-/cross-spawn/7.0.3, MIT, approved, clearlydefined
npm/npmjs/-/cross-spawn/7.0.3, MIT, approved, #17146
npm/npmjs/-/date-fns/2.30.0, MIT, approved, clearlydefined
npm/npmjs/-/debug/2.6.9, MIT, approved, clearlydefined
npm/npmjs/-/debug/3.2.7, MIT, approved, clearlydefined
Expand Down
2 changes: 1 addition & 1 deletion public/assets/content/de/dataspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
{
"background": "#C498EF63",
"title": "Rollen-Teilnahmeinformationen verwalten",
"navigate": "/certificate-credential"
"navigate": "/certificateCredential"
}
],
"linksRow2": [
Expand Down
2 changes: 1 addition & 1 deletion public/assets/content/en/dataspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
{
"background": "#C498EF63",
"title": "Manage Role Credentials",
"navigate": "/certificate-credential"
"navigate": "/certificateCredential"
}
],
"linksRow2": [
Expand Down

0 comments on commit 1938b28

Please sign in to comment.