-
-
Notifications
You must be signed in to change notification settings - Fork 439
Fixes Mage_Eav_Model_Attribute_Data_Date
and Mage_Core_Controller_Varien_Action
date validations and empty value handling
#4605
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
Bug confirmed, Just did a quick ckeck. To solve the issue it only requieres changes to app/code/core/Mage/Eav/Model/Attribute/Data/Date.php. Why change app/code/core/Mage/Core/Controller/Varien/Action.php? |
Yes, the specific issue of customer DOB only requires update to
|
Validation on
|
I committed a fix for the |
I can merge this change into my branch so it is all part of this PR. Besides that, are you guys happy to approve and merge this fix? |
…-action-controller Fix required entry bug
Hi all, can we get a second approver on this one so we can merge it? Thanks! |
|
Mage_Eav_Model_Attribute_Data_Date
and Mage_Core_Controller_Varien_Action
date validations and empty value handling
Description (*)
Fix to allow clearing the customer DOB in the admin. This PR also fixes some similar issues with other admin controller date management such as Product controller, which does not use a form, but use the
_filterDate()
and_filterDateTime()
helpers inMage_Core_Controller_Varien_Action
, aligning that code with the fixes I did in PR 3752 to the from filters.Related Pull Requests
Fixed Issues (if relevant)
Contribution checklist (*)