Closed (works as designed)
Project:
Conditional Fields
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Oct 2011 at 20:28 UTC
Updated:
27 Apr 2012 at 18:47 UTC
I had dependency like this:
If field A has an empty value, make field B optional
And this dependency made my B field invisible at the node view.
As i see if the state change is not visible or !visible, conditional_fields_evaluate_dependency() should return TRUE in view mode. Maybe i did not take care of all the aspects (OR / AND relations), but the direction seems to be appropiate for me.
| Comment | File | Size | Author |
|---|---|---|---|
| conditional_fields_view_visible.patch | 759 bytes | aron novak |
Comments
Comment #1
peterpoe commentedIf you don't want to hide an untriggered dependency on node view, just uncheck the option: "Hide the dependent if the dependency is not triggered" under the "Node view settings" tab at the bottom of the dependency settings form.