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
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

fago - February 19, 2009 - 11:06
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

System Message - March 5, 2009 - 11:10
Status:fixed» closed

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

#3

burlap - April 21, 2009 - 21:21
Version:5.x-2.1» 5.x-2.2
Status:closed» 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?

 
 

Drupal is a registered trademark of Dries Buytaert.