-
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
Parameters from website configuration isn't applied to the corresponding store view #7943
Comments
Thanks for reporting, internal issue id MAGETWO-62648 |
Is there any fix for this issue ? |
I can confirm that changing the
to this:
fixes the issue for me. |
A corollary of this issue is that, when a config field is overridden at a website level, any children store views which are set to "Use Website" for that field will return the default scope value, instead of the overridden website value. |
Whats odd for me, is that my Callback.php is completely different than the one posted in the fix. Is the posted fix, mostly changed for dev reasons, because as far as I can tell in the sample fix, the 'code' doesn't actually exist in the stock file. |
Fix relevant for Magento 2.1.3 |
Is there any chance bugfixes for such common yet simple bugs would get streamlined through frequent (more frequent than once per 6 months) patch version releases? The thing is, for a project facing a launch in the next month, waiting half a year(or more? nobody really knows) for the next release, which just might introduce more new bugs than it fixes - is not really an option. It is hard to overrate the amounts of time to be potentially saved by something as simple and straightforward as bugfixing the core functionality in timely matter. Respectfully, a humble PHP developer. |
…pplied to the corresponding store view #7943
…pplied to the corresponding store view #7943
…pplied to the corresponding store view #7943 - Unit test added
Was the fix included in 2.1.4? |
Its not listed in the fix list on 2.1.4, so my guess is no. edit: I guess I missed it in the notes, ignore my comment. |
@Ctucker9233 yes! it's in the release notes 😄 |
@ebaschiera , whats totally weird for me, in my 2.1.3 installation, that file is nearly 100% different than the one in that link, yet that link is indicating a single line of code change. Is that fix for CE or EE ? |
Closing the issue since it was fixed under MAGETWO-62648 for 2.1.4. |
Preconditions
Steps to reproduce
Expected result
Actual result
Config parameters for the corresponding store view contains default values and have no connection to the website parameters values
The text was updated successfully, but these errors were encountered: