There is no method conditon for this instance of the class RulesAnd. in FacesExtendable->__call()
Posted by dwkitchen on July 1, 2012 at 10:56am
rules_and() doesn't work with sub conditions in hook_default_rules_configuration_alter() giving error:
FacesExtendableException: There is no method conditon for this instance of the class RulesAnd. in FacesExtendable->__call()
Works:
<?php
$configs['commerce_tax_type_eu_vat']->condition(rules_or()
->condition('component_rules_commerce_eu_vat_country_list', array('commerce_order:select' => 'commerce-line-item:order'))
->condition(rules_and()
how to show all the node props in a block view
Posted by lrocandio on March 25, 2011 at 1:15am