Closed (fixed)
Project:
Webform
Version:
7.x-3.9
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
9 May 2011 at 16:27 UTC
Updated:
23 May 2011 at 16:31 UTC
For all the same reasons as #1150576: The "time" component should use a #process function for expanding itself, the Grid component should use a #process function to expand itself into the form. This patch makes the Grid component properly use #default_value and also has the nice side-effect of fixing one of our Drupal 7 tests.
| Comment | File | Size | Author |
|---|---|---|---|
| webform_grid_process-d7.patch | 4.34 KB | quicksketch | |
| webform_grid_process-d6.patch | 4.48 KB | quicksketch |
Comments
Comment #1
quicksketchAlso of note, these patches change "#options" and "#questions" into "#grid_options" and "#grid_questions", to distinguish these properties as being different than the #options property used by select lists.
Committed patches to both branches.