Closed (works as designed)
Project:
Clientside Validation
Version:
7.x-1.37
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Feb 2013 at 06:10 UTC
Updated:
13 Aug 2015 at 22:21 UTC
Jump to comment: Most recent
Comments
Comment #1
attiks commentedDid you try excluding the form in the clientside validation settings?
Comment #2
jelle_sThe easiest way is if entityconnect would add a 'cancel' class to their buttons (this way clientside validation will not be triggered for those buttons). Otherwise we have to do it ourselves in a hook_form_alter which is a lot more difficult (testing if the module exists, if it does, finding the right buttons etc.). I'll post a patch in the other issue you created.
Comment #2.0
jelle_sUpdated issue summary.
Comment #3
jygastaud commentedPatch by Jelle_S has been commited in Entity Connect.
I think we can close that issue, and marked it in "work as design" as the solution is implemented into Entity Connect.