Closed (fixed)
Project:
Views Bulk Operations (VBO)
Version:
6.x-1.7
Component:
Actions
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
21 Aug 2009 at 19:59 UTC
Updated:
17 Oct 2009 at 20:30 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| taxonomy-action.patch | 313 bytes | bryan.cribbs |
Comments
Comment #1
infojunkiePlease try the latest dev version. Does it also exhibit that problem?
Comment #2
infojunkieFixed unless I hear back from the original poster.
Comment #3
infojunkie