-
-
Notifications
You must be signed in to change notification settings - Fork 440
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
Cannot save any modification for other selection than Default in Configuration Scope #1417
Labels
Comments
This is the file responsible for this issue: lines 628 - 635:
Replace bool with int. |
This was referenced Jan 22, 2021
colinmollenhour
added a commit
to colinmollenhour/magento-lts
that referenced
this issue
Jan 22, 2021
Thanks for the report and finding the location of the bug! This is a pretty serious bug so we should get this merged and released ASAP. Fix in #1418 |
Solved based on the solution @colinmollenhour provided. I will close this issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just installed OpenMage v20.0.6 from scratch then I accessed the Backend. To reproduce this issue go to System -> Configuration.
From left side choose a "Configuration Scope" from the list then press [Save Config] button. Here are the results:
Default Configuration
Main Website
Default Store View
Now let's delete this folder /app/code/core/Mage and replace it with the one from OpenMage v20.0.5. Here is the result:
In conclusion "something" in bad happened from 20.0.5 to 20.0.6. There are not many files changed between versions and I don't have time to debug. I will evaluate which files could generate this issue and I hope to find them quick.
BTW reverting this folder to its previous version I was able to use again the Template Hints feature in Frontend.
The text was updated successfully, but these errors were encountered: