Closed (outdated)
Project:
Webform Validation
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Sep 2010 at 21:12 UTC
Updated:
24 Feb 2016 at 18:37 UTC
Jump to comment: Most recent
Comments
Comment #1
jp.stacey commentedI can confirm this bug exists, and the workaround too. Using webform validation 6.x-1.3 and node clone 6.x-1.2
Comment #2
svendecabooterThis is caused by an inconsistency in the clone module.
I created a patch for that module to fix this problem. See #939016: Use $node->clone_from_original_nid consistently.
If this patch wouldn't get accepted, I could probably still work around this from within the webform_validation module, but for now I prefer to get this problem fixed upstream.
Comment #3
svendecabooterPlease try to apply the patch mentioned above and report back if this doesn't fix the problem reported in this issue.
Comment #4
bleeuwen commentedI use extra validation rules (in an own module).
When I use node)clone 1.2
The clone proces does not come to an and (empty page). When I examine the clone only my first validation-rule has been copied.
The patch clone_from_original_nid_form_element does not solve the problem.
When I use the older version of node_clone, the proces comes to an end, but none of the validation rules alre cloned.
Comment #5
bleeuwen commentedSee my post # 4 to this thread
Comment #6
svendecabooter@bleeuwen: could you post your custom code to see if that has anything to do with it?
If you don't want to have it in public, send it to me through my contact form.
Marking this issue as postponed until #939016: Use $node->clone_from_original_nid consistently gets fixed.
Comment #7
bleeuwen commentedHi
the given patch (add a clone_form_alter function to clone.module) solved my problem
Thanks
Comment #8
cyberwolf commentedSubscribing.
Comment #9
svendecabooterAnd that patch just got committed, so putting this back to active
Comment #10
liam morlandDrupal 6 is no longer supported. If this issue exists in a later version of webform_validation, please re-open and update the version number.
Comment #11
liam morland