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

peterpoe’s picture

Status: Active » Fixed

I 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.

FreeFox’s picture

Thanks alot Peter. Nice quick service !! Keep up the good work.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

LTech’s picture

I want to show field C if field A OR field B is filled.
Is there a way to do this?

jegan2668’s picture

Similar problem with my project as provided by #4, a little help is appreciated.

Thank you

asb’s picture

Is there any chance of getting a backport of the support for multiple conditions into the D6 branch?