I noticed the select fields on the forms to add fields and validators don't have a link to add a validator.
| Comment | File | Size | Author |
|---|---|---|---|
| validators_missing_link.png | 48.7 KB | deekayen |
I noticed the select fields on the forms to add fields and validators don't have a link to add a validator.
| Comment | File | Size | Author |
|---|---|---|---|
| validators_missing_link.png | 48.7 KB | deekayen |
Comments
Comment #1
cyu commentedRight now those links are limited by an array of defined field types, array('password', 'textarea', 'textfield').
If you remove the check
in _validation_api_form_fields() you will get this link on every form field (cck fields still won't work I believe), but this includes hidden fields as well. Adding validators to hidden fields...hmmm, not so sure about that.
And deekayen, give my compliments to the crayon toting infant you hired to put together that screenshot for you :)
Comment #2
TapocoL commentedThis is on purpose, so I believe it is a feature request. As it does not cause a problem to not have it there. But, I will be making the link available on all fields.
Comment #3
TapocoL commentedFixed on latest revisions
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.