Closed (fixed)
Project:
Webform Validation
Version:
7.x-1.0-rc1
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Mar 2011 at 04:45 UTC
Updated:
2 Apr 2011 at 14:01 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedI have the same issue with Drupal 7.0, Webform 3.9 and Webform Validation 7.0 RC1.
It seams that the webform validation does not check for the an installed node_clone module. If you look at the "webform_validation_node_insert" function at line 242 you will see that it will always evaluate to true if the content type can have a webform. Adding a module_exists() function instead of TRUE does the trick for me.
Attached is a patch that fixes that issue and adds the check.
Comment #2
svendecabooterCheck for node_clone existence has been added now.