Closed (fixed)
Project:
Webform
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
6 May 2011 at 20:20 UTC
Updated:
20 May 2011 at 20:51 UTC
Jump to comment: Most recent file
In order to make Form Builder support the date component, we need to use only FAPI properties to control all properties of date components. Right now we directly reference the component to get the timezone and user-specified default value. This patch moves the setting of defaults into the original specification and uses the set FAPI properties instead.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | form_builder_webform_date2.patch | 2.54 KB | quicksketch |
| webform_date_properties.patch | 3.27 KB | quicksketch |
Comments
Comment #1
quicksketchCommitted to both 3.x branches.
Comment #2
quicksketchHm, a few more uses to be removed. Also committed.