Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport: Fix breadcrumbs navigation being broken for non-english languages #1068

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

nscuro
Copy link
Member

@nscuro nscuro commented Oct 23, 2024

Description

Fixes breadcrumbs navigation being broken for non-english languages.

Addressed Issue

Fixes #880
Backports #1066

Additional Details

N/A

Checklist

coreui/vue breadcrumbs takes name as the name the component to redirect to from the router and label to display the name in UI, since only name was provided it would display that name and use that as the component, and as the components are constant values in the Router config, it was causing not found issue

Signed-off-by: idrisGit <[email protected]>
@nscuro nscuro added the defect Something isn't working label Oct 23, 2024
@nscuro nscuro added this to the 4.12.1 milestone Oct 23, 2024
@nscuro nscuro merged commit e194cd0 into DependencyTrack:4.12.x Oct 23, 2024
4 checks passed
@nscuro nscuro deleted the backport-pr-1066 branch October 23, 2024 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defect Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants