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.

Comments

quicksketch’s picture

Title: Form components cannot be added if Form Builder is not installed [PATCH] » Form components cannot be added if Form Builder is not installed
Status: Active » Needs review
djalloway’s picture

Applied and tested the patch, it checks out and resolves the missing "Add Component" issue.

djalloway’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new605 bytes

rerolled patch against CVS, to be committed.
bumped the else { down to a new line.

quicksketch’s picture

Status: Reviewed & tested by the community » Fixed

Thanks, committed. :-)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.