Dissociation of taxonomy when an action is performed with cclink.
bneel - December 2, 2008 - 16:24
| Project: | Workflow-ng |
| Version: | 5.x-2.2 |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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.

#1
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
Automatically closed -- issue fixed for 2 weeks with no activity.
#3
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?