The 'validate callback' attribute that is assignable via hook_variable_info does not work. The problem is that variable.form.inc sets the '#validate' element attribute which does not exist. The correct attribute to set is '#element_validate'. Patch is attached.
| Comment | File | Size | Author |
|---|---|---|---|
| variable.form_.patch | 1002 bytes | JEmbry |
Comments
Comment #1
JEmbry commentedComment #2
jose reyero commentedThis was already fixed, I don't remember when.