Leverage Modify Node Fields functionality to allow users to change referenced node CCK values
Scenario:
I have a site that was built specifically for a service company. They have content types for job and address. On any particular day, they will have a list of jobs and their associated addresses (one address per job) displayed in a view.
I have installed VBO and configured it to modify the node fields of the job in this daily job view. It also displays some information from the address. In particular, it shows the mapping coordinates for the address on each job.
Read moreThere is no method conditon for this instance of the class RulesAnd. in FacesExtendable->__call()
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()
Rules, VBO and Page manager
Hi all.
I have a weird scenario that must have a simple solution but I´m not figuring it out.
In the Node View template in PM, I created a variant where I put a %node into region-1 and a general view with no contextual filter in region-2.
Here is my case:
* Region-1: Body field from the %node
* Region-2: A general view with no contextual filter and a VBO field. The component loops through the selected items. It then creates a new node (different CT) and adds each item as a reference in of of the node reference fields in the new node.
