Closed (fixed)
Project:
Webform
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Jul 2009 at 15:34 UTC
Updated:
18 Jul 2009 at 04:50 UTC
Jump to comment: Most recent file
After upgrading to 3.x-dev from 2.x I found that I could no longer add/delete components of my pre-existing webforms and I could not add components to new webforms.
In webform_components_page(), drupal_get_form() should always be used to display the form if form_builder is not installed, not just when $mode is 'overview', because it is only 'overview' when form_builder is installed.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | webform-507290-3.patch | 605 bytes | djalloway |
| webform_componentents_page.patch | 562 bytes | nottwo |
Comments
Comment #1
quicksketchComment #2
djalloway commentedApplied and tested the patch, it checks out and resolves the missing "Add Component" issue.
Comment #3
djalloway commentedrerolled patch against CVS, to be committed.
bumped the
else {down to a new line.Comment #4
quicksketchThanks, committed. :-)