-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Fix for issue #3019 (blank password/obscure field) #3020
Conversation
Bug - Blank value for field type password/obscure when switch store view in store config
The testing script will need to be updated since is expecting hasBackendModel() to be called 1 time.
|
Related internal ticket MAGETWO-48100 |
@srenon Please fix uint tests and sync with latest develop |
MAGETWO-48100 |
@srenon thank you for your contribution, your PR has been merged. |
@mimarcel .... Yes the screen shot was from a third party extension but this also affect core module that uses "password/obscure". This should be a cause by the the same issue #2984 To replicate this issue all you need to do is to create a system.xml with
Then echo the value with |
@srenon I can not replicate the issue. Preconditions:
Steps
<field id="production_secret" translate="label" type="obscure" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="1" >
<label>Production Secret</label>
<backend_model>Magento\Config\Model\Config\Backend\Encrypted</backend_model>
</field>
Result:
|
Bug - Blank value for field type password/obscure when switch store view in store config