I have several content taxonomy fields in my content type. When I perform a custom PHP action with the workflow-ng module:
$node->field_pro_question = array(0 => array('value' => 'Oui'),);
return array("node" => $node);
by a cclink action, (I use the "now option") than I loose all the content taxonomy fields datas.
Do you have a idea ?
Benjamin

Dissociation of taxonomy when an action is performed with cclink.

Comments

fago’s picture

Status: Active » Fixed

Probably the module has problems if one just does node_load() and node_save() afterwards. Try updating the module and report an issue there if the problem persists.

Status: Fixed » Closed (fixed)

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

burlap’s picture

Version: 5.x-2.1 » 5.x-2.2
Status: Closed (fixed) » Active

I have this issue with a cclink that triggers "set a machine state" action. Content taxonomy fields get wiped out. I'm using W-ng 2.2.

Where should i look for node_load/node_save? Is it states module issue or rather content taxonomy?