Closed (duplicate)
Project:
Conditional Fields
Version:
6.x-2.x-dev
Component:
Miscellaneous
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Mar 2012 at 17:02 UTC
Updated:
15 Mar 2012 at 19:31 UTC
I have a content type with several conditional groups and fields. My problem is that any required field that is controlled, whether directly or under a group, is being invalidated ("!name field is required" error message after submit) even though a value has been entered. I cloned the 6.x-2.x branch from git yesterday, so I know I'm up to date. I also know it's not field-specific because it's happening on both CCK fields and Location fields. Anyone have some hints?
Comments
Comment #1
xaqroxAfter some digging I found this problem to be the result of some changes introduced in response to #927558: Use hook_content_is_empty to determine if a required controlled field is empty.. I posted a patch on that issue that fixed this, find it here: http://drupal.org/node/927558#comment-5737736