Needs review
Project:
Clientside Validation
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Jan 2017 at 08:51 UTC
Updated:
11 Jan 2017 at 09:12 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
hugronaphor commentedHere is the patch.
Comment #3
hugronaphor commented*Here is the patch
Comment #4
jelle_sIf I'm not mistaken you can implement hook_ctools_plugin_pre_alter() and change
$plugin['validator']['class']to your custom class to overwrite it.Comment #5
hugronaphor commentedYes, you're completely right.
But, since we have contrib modules extending the original date popup, I thought it wouldn't harm to have the support for those.