Steps to reproduce:

  1. Create a content type with two CCK text fields
  2. Use the Automatic Nodetitles module to define the node title based on the first text field
  3. Create some nodes. Fill only the first field, which will be used to auto-create the title
  4. Create an action view, and try to modify the second field for all the nodes you just created

Expected outcome:
The nodes have their title based on the first field, and the second field takes the value assigned through the Action View.

Real Outcome:
The nodes have their title changed to the internal Token string (something like [field_one-raw])

Comments

chachasikes’s picture

i just tried this out -- and had the same bug. to fix this, i added the field that my autonodetitle was based on to the view - then updated *that* one, and the titles updated correctly

mdekkers’s picture

Status: Active » Closed (fixed)

This Module will no longer be maintained (shocker) as this functionality is mainly present in VBO and thats what we started using internally.