Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

I'm trying to get rules to evaluate true if it is being run on a url to edit an entityform, but to evaluate false if it is being run on a url to create a new entity form.

so far I have the rule setup as so: Rules configuration and debug information

as you can see, the overarching AND rule seems to not be working, as the whole statement evaluates to true even though one of the pieces is clearly FALSE.

I'm hoping that this is not a bug, but rather just a flaw in my own understanding of how rules works.

Thank you.

share|improve this question
Try taking out the "And" nesting and just add the conditions one by one. – David Thomas Feb 20 at 21:43

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.