-
-
Notifications
You must be signed in to change notification settings - Fork 436
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 regression in configuration scope code. Refs #1417 #1418
Fix regression in configuration scope code. Refs #1417 #1418
Conversation
This change will solve all issues reported by those who could not save the modifications made in system configuration section. Personally I was affected by not seeing Template Hints working in Frontend then I started a deep investigation. Fortunately I found the issue. I tested this solution and working. @colinmollenhour: I appreciate for your fast reaction. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and worked.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did not test, but (bool)(int)$field->
is also used for _isValidField($field)
.
Edit: tested
There is a similar solution already from the past as @sreichel mentioned before in file /app/code/core/Mage/Adminhtml/Model/Config/Data.php. In this case it was done correctly (lines 449 - 474):
|
@Flyingmana can you pls make a hotfix release? This should not wait for days/weeks. |
@sreichel I cant, my calendar is already full for the next 2 weeks |
Description (*)
Fixes regression as reported by @addison74 in #1417
Fixed Issues (if relevant)
Config scope switching is fixed.