webform_node_update() updates webform nid from $node object as it does for components when component is updated but this does not happen if component is new to be inserted or not existing and to be deleted.
This is mainly issue when webform node is getting updated from code.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | webform_reassign_component_nid-2177403-1.patch | 865 bytes | mikran |
Comments
Comment #1
mikran commentedand a patch
Comment #2
quicksketchThanks, I could see how this might occur. Committed to the 7.x-4.x branch. Thanks!
Comment #4
fenstratNeeds porting to 8.x-4.x.
Comment #5
fenstratCommitted and pushed to 8.x-4.x. Thanks!