MauroDataMapper/mdm-ui

Classified Elements appear unordered and column headers do not order items

Closed this issue · 1 comments

Description

In the Classifier Details screen, on the Classified Elements tab, the catalogue items are not ordered on screen entry and clicking the column headers does not result in the items being sorted.

Steps to reproduce

  1. Go to the Classifications tab
  2. Select a classifier that has at least 2 catalogue items
  3. Select the Classified Elements tab
  4. The items are not sorted by Name
  5. Click the Name or Description or Type headers
  6. The sort ordering does not change

Expected behavior

The sort order should change based on the column header that is clicked

Environment

Desktop

  • OS: Windows 10
  • Browser: Chrome
  • Version: 105.0.5195.102

Additional context

The mdm-core controller does not read the sort query param and the UI is missing the domainType sort name

Pull requests are ready for review:
#667
MauroDataMapper/mdm-core#366