Closed (fixed)
Project:
Field Validation
Version:
7.x-1.0-alpha1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 May 2011 at 21:57 UTC
Updated:
30 May 2011 at 14:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
geek-merlinit looks like field_validation_field_attach_validate() needs some kind of rewrite anyway so i just did a quick fix that is not too elegant but seems to do its job fine.
as of a rewrite i wonder about the usage note for hook_field_attach_validate(), although i do not fully get the implications, but it looks like this hook is for field validation, not for field instance validation. don't see the implications though.
so here's the fix first.
Comment #2
g089h515r806 commentedI have rewrite the code, now it works. module_invoke_all does not work here, so i call it directly.
Thanks axel.rutz.
Comment #3
ericduran commentedChanging status to fix, since this was already added to the repo.