-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HAI-1510 Fix lower and upper case names causing problems in table sor…
…ting (#369) Fixed problem where sorting in users rights view table would not work correctly when there are names in both lower and upper case.
- Loading branch information
1 parent
0793950
commit ac815b8
Showing
3 changed files
with
70 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -86,5 +86,13 @@ | |
"kayttooikeustaso": "KATSELUOIKEUS", | ||
"tunnistautunut": false, | ||
"hankeTunnus": "HAI22-2" | ||
}, | ||
{ | ||
"id": "3fa85f64-5717-4562-b3fc-2c963f66af5", | ||
"sahkoposti": "[email protected]", | ||
"nimi": "matti Meikäläinen", | ||
"kayttooikeustaso": "KATSELUOIKEUS", | ||
"tunnistautunut": true, | ||
"hankeTunnus": "HAI22-2" | ||
} | ||
] |