This is somewhat related to http://drupal.org/node/1788302

It seems that if you have a component that is under a field set then there are two problems that occur.

1. If you intend to make a component mandatory then you receive an error on the field set, not the component itself.
2. The field set causes the import to fail because it tries to make the field set required even if the component is not mandatory.

e.g.,
component_fieldset.jpg

I will upload a simple patch that will disregard field sets when submitting the upload.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

scottalan’s picture

pdrake’s picture

Status: Active » Reviewed & tested by the community

Running this in production.

travist’s picture

Status: Reviewed & tested by the community » Patch (to be ported)

Merged in latest 6.x-1.x. Patch to be ported to 7.x.

gobinathm’s picture

Title: Field set causing error » D7 Patch
Status: Patch (to be ported) » Needs review
FileSize
675 bytes

Patched ported to 7.x

gobinathm’s picture

Title: D7 Patch » Field Set causing Error

Subscribing

Status: Needs review » Needs work

The last submitted patch, webform_import-ignore_fieldsets-1793570-4-D7.patch, failed testing.

gobinathm’s picture

Issue summary: View changes
Status: Needs work » Closed (fixed)

Issue has been fixed in latest release