Download & Extend

Dissociation of taxonomy when an action is performed with cclink.

Project:Workflow-ng
Version:5.x-2.2
Component:Miscellaneous
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

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

#1

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.

#2

Status:fixed» closed (fixed)

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

#3

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?