Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Change user management sorting to sort alpha not case sensitive #319

Open
lprivette opened this issue Jan 3, 2022 · 0 comments
Open

Change user management sorting to sort alpha not case sensitive #319

lprivette opened this issue Jan 3, 2022 · 0 comments
Assignees

Comments

@lprivette
Copy link
Contributor

should be something like this: ["Foo", "bar"].sort(function (a, b) {
return a.toLowerCase().localeCompare(b.toLowerCase());
});

@lprivette lprivette added the FY22 label Jan 3, 2022
@lprivette lprivette mentioned this issue Jan 3, 2022
10 tasks
@lprivette lprivette self-assigned this Jan 10, 2022
@lprivette lprivette added the user label Jan 18, 2022
@lprivette lprivette added MED LOW and removed MED labels Jun 13, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant