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

Fixed an issue where new users would have no preferred locale. #4284

Merged
merged 1 commit into from
Nov 7, 2020

Conversation

valadas
Copy link
Contributor

@valadas valadas commented Nov 7, 2020

The user preferred locale is a required field in user profiles. Some change made it that in 9.8.0 this property is null. This PR reverts the behavior so the preferred locale is set on new users.

Basically the locale was already set but before initializing the profile and initializing the profile would reset it, this PR just moves one line

The user preferred locale is a required field in user profiles. Some change made it that in 9.8.0 this property is null. This PR reverts the behavior so the preferred locale is set on new users.
@valadas valadas added this to the 9.8.0 milestone Nov 7, 2020
Copy link
Contributor

@david-poindexter david-poindexter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @valadas 🎉

@valadas valadas merged commit d6b7fd8 into dnnsoftware:release/9.8.0 Nov 7, 2020
@valadas valadas deleted the default-user-locale branch April 14, 2022 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants