Closed (fixed)
Project:
Views Bulk Operations (VBO)
Version:
7.x-3.x-dev
Component:
Core
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Feb 2013 at 08:21 UTC
Updated:
2 Aug 2013 at 17:26 UTC
VBO in Files views with File Entity do not change entity field values for files anymore.
I'm not sure if this is related to #1615100: Modify Entity Values is broken with File entity view
Comments
Comment #1
pschuelke commentedI'm experiencing this issue using the Media 2.x-dev File_entity 2.x-dev and VBO 3.x-dev.
I'm trying to use VBO to modify a taxonomy field attached to an image. The VBO view goes through the entire process even displaying a loading bar. But the changes are never saved.
Comment #2
firfin commentedI was experiencing the same issue. You probably have
"Skipped [action] on file [file] due to insufficient permissions."in your log?Have you tried a newer version of entity module? Or the patch in #1831578: Use file_entity_access() callback when file_entity module is present ? That one solved this problem for me.
Please mark this as duplicate if that solves your problem.
If not kindly provide more information and/or a way to reproduce this problem.
Comment #3
shadysamir commentedLatest dev of entity module solved it. Thanks