Form components cannot be added if Form Builder is not installed
nottwo - July 1, 2009 - 15:34
| Project: | Webform |
| Version: | 6.x-3.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
Description
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.
| Attachment | Size |
|---|---|
| webform_componentents_page.patch | 562 bytes |

#1
#2
Applied and tested the patch, it checks out and resolves the missing "Add Component" issue.
#3
rerolled patch against CVS, to be committed.
bumped the
else {down to a new line.#4
Thanks, committed. :-)
#5
Automatically closed -- issue fixed for 2 weeks with no activity.