-
-
Notifications
You must be signed in to change notification settings - Fork 436
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
Added possibility to set backend locale per every admin user #3087
Conversation
PHPStan fails for unrelated issues with the 20.0 branch |
No tested, but is there the possibility to leave the field empty? |
@luigifab there is |
app/code/core/Mage/Adminhtml/controllers/System/AccountController.php
Outdated
Show resolved
Hide resolved
app/code/core/Mage/Adminhtml/controllers/System/AccountController.php
Outdated
Show resolved
Hide resolved
Have you thought about saving the locale in the |
@elidrissidev ah! noup, didn't even notice it existed. It's interesting. I guess it makes sense. Is "extra" supposed to be used by the "system" or by normal developers? I ask this because I'm wondering if who manipulates the data in that field knows that some more stuff can be added by the core and that they should act accordingly. |
The magento-lts/app/code/core/Mage/Adminhtml/controllers/System/ConfigController.php Lines 305 to 329 in 24176a8
|
@kiatng thank you! |
I know it's used for user config state, but it's put inside array key |
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.
Tested without issues
The base branch was changed.
I'm merging cause we have 1 green check and 1 gray check but 2 more gray checks were dismissed only cause of the branch change, without code change (and the branch is still v20 at the end of the day) |
This PR adds the possibility to set a
locale
for thebackend
for everybackend user
, adding a column to theadmin_user
table and the UI components to use this new column.This is the new field added to the "System -> My Account" form:
Manual testing scenarios (*)