-
-
Notifications
You must be signed in to change notification settings - Fork 209
Closed
Labels
defectSomething isn't workingSomething isn't working
Milestone
Description
Current Behavior
Switching between project versions gives an HTTP 404 unless the current tab being viewed is "Overview".
Steps to Reproduce
- Navigate to project that has more than one version.
- On Overview tab, use version dropdown to switch to another version. Success.
- Click on any other tab. eg Components.
- Use version dropdown to switch to another version of project. HTTP 404.
Problem is that (using Components tab as example) switch should be from:
https://dependency-track.foo.bar.com/projects/xxx/components
to:
https://dependency-track.foo.bar.com/projects/yyy/components
...but is actually to:
https://dependency-track.foo.bar.com/projects/xxx/yyy
Tested on DT v4.9.1 and also on v4.10.0-SNAPSHOT
Expected Behavior
There should be no HTTP 404 errors when switching from one version of a project to another, no matter what tab is being viewed.
When switching, the tab should remain unchanged.
Dependency-Track Frontend Version
4.10.0-SNAPSHOT
Browser
Mozilla Firefox
Browser Version
119.0
Operating System
Windows
Checklist
- I have read and understand the contributing guidelines
- I have checked the existing issues for whether this defect was already reported
Metadata
Metadata
Assignees
Labels
defectSomething isn't workingSomething isn't working
