The Taxonomy action defined in taxonomy.actions.inc never actually saves the desired changes.

Adding a call to node_save() at the end of the function gave me the desired behavior.

Attached patch with fix that worked for me, though I suspect there may be a more correct way to cause the change to get saved (VBO_ACCESS_OP_UPDATE?). I'm not familiar enough with VBO to know how to apply that flag.

CommentFileSizeAuthor
taxonomy-action.patch313 bytesbryan.cribbs

Comments

infojunkie’s picture

Assigned: Unassigned » infojunkie

Please try the latest dev version. Does it also exhibit that problem?

infojunkie’s picture

Component: Code » Core
Status: Active » Fixed

Fixed unless I hear back from the original poster.

infojunkie’s picture

Component: Core » Actions

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.