Bulk node save for computed Drupal fields

Trying to compute a (new) computed field on more than 200 existing nodes.

I tried to save them using VBO

... none of them updates the calculated field. Saving each node is done manually.

Is there any way to do this in bulk?

EDIT: VBO Execute an arbitrary PHP script and node_save ($ object); updates the node, but does not update the array of the term node when one term is deleted. Only manual editing / saving node does this.

+3
source share
1
0

Source: https://habr.com/ru/post/1788096/


All Articles