-
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
config:set not storing scoped values #21993
Comments
Hi @ochnygosch. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
For more details, please, review the Magento Contributor Assistant documentation. @ochnygosch do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
Hi @engcom-backlog-nazar. Thank you for working on this issue.
|
✅ Confirmed by @engcom-backlog-nazar Issue Available: @engcom-backlog-nazar, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself. |
Hi @Nazar65. Thank you for working on this issue.
|
Hi @ochnygosch. Thank you for your report. The fix will be available with the upcoming 2.3.2 release. |
If someone need a fast patch for Magento 2.2 (should also work on 2.3): https://github.com/Hevelop/magento2-patches/blob/master/Patch-Magento_Config-2.2.8-fix-config-set.diff |
Preconditions (*)
Steps to reproduce (*)
bin/magento config:set --scope websites --scope-code website_test_1 web/unsecure/base_url http://test1.example.com/
bin/magento config:set --scope websites --scope-code website_test_2 web/unsecure/base_url http://test2.example.com/
Expected result (*)
Actual result (*)
The text was updated successfully, but these errors were encountered: