开发者

bulk node save for Drupal computed fields

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

I've tried bulk saving them using VBO's

  • Save post (node_save_action)
  • Execute arbitrary PHP script & node_save($object);
  • Execute arbitrary PHP script & the customized version of this: http://drupal.org/node/905814#comment-3513678

... 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 th开发者_StackOverflowat.


Check out this issue:

http://drupal.org/node/195013

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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜