In content management, which (in drupal 6) is here:

http://mysite.org/admin/content/node/overview

there should be an option to re-save the nodes. (Run node_load then node_save on each node)

This would aid greatly in managing complex nodes which contains auto-generated fields. (such as computed_field)

Comments

Anonymous’s picture

Exactly!

Even better: do a CRON on it.

sun.core’s picture

Version: 7.x-dev » 8.x-dev
jhedstrom’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

The VBO module combined with Rules can already do this.