-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Use backend model also for default config values #7742
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
Conversation
This causes the ```afterLoad()``` method to be invoked, also for default configuration values from ```config.xml```
|
@kweij please fix failing tests. |
|
Hi @kweij |
|
Found it! |
|
@kweij I've reopened the PR. Plese sync your branch with the latest |
This causes the ```afterLoad()``` method to be invoked, also for default configuration values from ```config.xml```
Conflicts resolved: app/code/Magento/Config/Block/System/Config/Form.php
|
@antonkril I can't get the tests to run without failure. I had to change the unit test to change the expected result (this sounds horrible, but it just wasn't correct) - but now the integration test fails and my understanding of these tests is insufficient to deal with this issue. Any help would be appreciated. |
|
Hi @kweij |
- fixed integration tests
[Pyrrans] AC-3643 Port fixes for PHP8.1 compatibility issues
This causes the
afterLoad()method to be invoked, also for default configuration values fromconfig.xmlFixes issue #7741