Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make list of systems in View Systems deterministic and sorted by alphabetical descending #3711

Closed
rsilvery opened this issue Jun 29, 2023 · 2 comments · Fixed by #3781
Closed
Assignees

Comments

@rsilvery
Copy link
Contributor

rsilvery commented Jun 29, 2023

Currently this list is non-deterministic and not sorted by any field. Should be deterministically sorted alphabetically by system name

@allisonking
Copy link
Contributor

Can probably do something like this at the redux level:

transformResponse: (qualifiers: DataQualifier[]) =>
qualifiers.sort((a, b) => a.fides_key.localeCompare(b.fides_key)),

@Roger-Ethyca
Copy link
Contributor

moving to done

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants