frontend
frontend copied to clipboard
Update Project Properties Display After Project Switch via Dropdown
Current Behavior
The project properties dialog displays the properties of project A instead of those of project B after switching via the dropdown.
Steps to Reproduce
- Ensure multiple projects are available in the project dropdown list.
- Select a project (e.g., Project A)
- Open the project properties dialog for project A.
- Select another project (e.g., Project B) from the dropdown list.
- Open the project properties dialog for Project B.
- Observe the project properties dialog after switching to project B. Properties from project A are shown
Expected Behavior
Upon switching to a new project via the dropdown, the dialog should automatically refresh to display the properties of the newly selected project.
Dependency-Track Frontend Version
4.12.1
Browser
Google Chrome
Browser Version
131.0.6778.86
Operating System
Windows
Checklist
- [x] I have read and understand the contributing guidelines
- [x] I have checked the existing issues for whether this defect was already reported