frontend icon indicating copy to clipboard operation
frontend copied to clipboard

Component Sort Does Work on Components Screen.

Open msymons opened this issue 1 year ago • 1 comments

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

  1. Navigate to /components screen
  2. Perform a search that returns a large number of results
  3. Attempt to sort the results by the components column

DT-Component-Screen-Sort

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

msymons avatar Aug 23 '23 16:08 msymons

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

rkg-mm avatar Dec 04 '23 18:12 rkg-mm