frontend
frontend copied to clipboard
Component Sort Does Work on Components Screen.
Current Behavior
The components screen in DT v4.8.2 (and also tested in 4.9.0 SNAPSHOT) has a "components" column with a sort icon that does not result in a sorted list.
Steps to Reproduce
- Navigate to
/components
screen - Perform a search that returns a large number of results
- Attempt to sort the results by the components column
Expected Behavior
Sort should work for the components column on '/components
screen.
It seems that sort of the components column on components tab of projects has no problems.
Dependency-Track Frontend Version
4.8.0
Browser
Mozilla Firefox
Browser Version
116.0.2
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
Might be related to #505. In both cases it seems the JDO query is created correct with the automatism generally used on all queries, but it seems in these 2 cases it fails to work. No idea why.
BTW: seems to be a backend issue. Frontend correctly sends the request