Currently, when using Node Clone to duplicate a Webform node with validation rules, the validation rules are not carried over to the cloned node.
Currently, when using Node Clone to duplicate a Webform node with validation rules, the validation rules are not carried over to the cloned node.
Comments
Comment #1
svendecabooterI'll have to look into this, since the validation info is not stored in the form definition of the node, and thus doesn't get copied over.
It would be easiest to implement if the issue #654508: Add a way to determinee that a node was a clone would go into node_clone, but I guess chances are slim for that to happen soon.
Comment #2
svendecabooterSupport for node_clone module has been added.
Comment #3
svendecabooterComment #4
svendecabooter