Skip to content

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

Merged
nscuro merged 1 commit into
DependencyTrack:4.12.xfrom
nscuro:backport-pr-1066
Oct 23, 2024
Merged

Backport: Fix breadcrumbs navigation being broken for non-english languages#1068
nscuro merged 1 commit into
DependencyTrack:4.12.xfrom
nscuro:backport-pr-1066

Conversation

@nscuro

@nscuro nscuro commented Oct 23, 2024

Copy link
Copy Markdown
Member

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 <idris.gadi01@gmail.com>
@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
@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