Active
Project:
Workflow-ng
Version:
5.x-2.2
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Dec 2008 at 16:24 UTC
Updated:
21 Apr 2009 at 21:21 UTC
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
Comment #1
fagoProbably 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.
Comment #3
burlap commentedI 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?