If I edit the selected field (Component), I get an error:

Component not found

but I can delete it and insert a new one.

I tested the official version and the stable version, too.

CommentFileSizeAuthor
#2 selected_component.patch524 bytesdeviantintegral
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

deviantintegral’s picture

I am also having this issue, which just showed up after installing 1.7. I will hopefully start tracking this down tomorrow.

--Andrew

deviantintegral’s picture

Status: Active » Needs review
FileSize
524 bytes

I think I have solved this problem. It looks like selected_component wasn't being added to the $node object, so it couldn't find what form element you were editing. I've attached a patch.

--Andrew

trumpcar’s picture

Confirming that the patch provided in comment #2 repaired my webform, version 5.x-1.7.

Thank you!

kingandy’s picture

Just for the sake of people who are experiencing this difficulty and can't (or don't want to) apply patches, I believe it only occurs during node creation - try saving your webform, then opening it up again and editing the component in question from there.

quicksketch’s picture

Status: Needs review » Fixed

Thanks deviantintegral for the patch, as well as Carino and kingandy for describing the problem so directly. I tested it out and it solves the problem. Committed. Thanks guys!

Anonymous’s picture

Status: Fixed » Closed (fixed)

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