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

pschuelke’s picture

I'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.

firfin’s picture

Status: Active » Postponed (maintainer needs more info)

I 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.

shadysamir’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Latest dev of entity module solved it. Thanks