By mark trapp on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
7.x-1.x
Introduced in version:
7.x-1.2-beta1
Issue links:
Description:
Prior to 7.x-1.2, Date Popup authored use the hook_form_alter() hook to modify the node form to inject the date-picker. This caused some conflicts with other modules doing work on the node form at the same time. Now, Date Popup Authored correctly uses hook_form_FORM_ID_alter(), injecting the date-picker later in the form altering workflow.
Impacts:
Module developers