-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feat/users/994 one language call to rule them all #1005
Feat/users/994 one language call to rule them all #1005
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great! 😄
I like what you've done with the LanguageHelper - so useful!
Thanks for fixing up in the language stuff. It's way more robust now!
There are a few sonarcloud warnings I see have popped up in github telling us to use List.Find instead of IEnumerable.FirstOrDefault which you can consider changing if you have the time, but it's nothing major so not super important to do right this second I think.
backend/src/Altinn.AccessManagement.UI/Altinn.AccessManagement.UI/Controllers/HomeController.cs
Outdated
Show resolved
Hide resolved
Quality Gate failedFailed conditions |
Get the user's selected language from the cookie instead of the user profile.
Description
Related Issue(s)
Verification
Documentation