It is not possible to add more than one condition for the same dependency and dependee fields, because newly added condition override the old one.
It is not possible to add more than one condition for the same dependency and dependee fields, because newly added condition override the old one.
Comments
Comment #1
peterpoe commentedI have just committed a fix to this problem. Dependencies information is now keyed by dependency id in all cases, so multiple dependencies with the same fields will not overlap anymore. These dependencies existed in the database, they were just not shown, so if you created some they should all reappear in the administration page.
Note that multiple dependencies are all ANDed, which means that they must all trigger to apply the state. This will change in the future with added option to group dependencies in a more flexible way.
Comment #2
FreeFox commentedThanks alot Peter. Nice quick service !! Keep up the good work.
Comment #4
LTech commentedI want to show field C if field A OR field B is filled.
Is there a way to do this?
Comment #5
jegan2668 commentedSimilar problem with my project as provided by #4, a little help is appreciated.
Thank you
Comment #6
asb commentedIs there any chance of getting a backport of the support for multiple conditions into the D6 branch?