3
votes

Trying to calculate a (new) computed field on over 200 existing nodes.

I've tried bulk saving them using VBO's

... none of these update the computed field. Saving each node manually does.

Is there a way to accomplish this in bulk?

EDIT: VBO's Execute arbitrary PHP script & node_save($object); does update the node, but does not update the node's term array when one term is deleted. Only manually editing/saving the node does that.

1

1 Answers

0
votes

Check out this issue:

http://drupal.org/node/195013

Also, you could try using the Save action with Views Bulk Operations.