Closed (fixed)
Project:
Conditional Fields
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Jan 2011 at 21:21 UTC
Updated:
15 Feb 2012 at 21:50 UTC
CF works as expected when a radio button is used to hide/reveal a required Node Reference field when "Number of values" = 1, but the Node Reference field is always required (even if hidden) if the "Number of values" is set to 2 or more, including the Unlimited setting.
Comments
Comment #1
charlie-s commentedThis seems to be the case with any field that can have more than 1 entry and doesn't appear (to me) to be module specific, i.e. node reference or field collection or w/e.
Comment #2
kbk commentedchanging title to represent comment #1
Comment #3
peterpoe commentedThis was fixed as a side effect of a recent overhaul of required fields checking: #927558: Use hook_content_is_empty to determine if a required controlled field is empty.