I'm getting problems with a exception when I try to delete users with VBO from a group. After debug I found that we need to add a simple line because in other case VBO think that need to update the entity. The line is:

    'behavior' => array('deletes_property'),

I attach a patch with the fix.

CommentFileSizeAuthor
og_actions-bug-vbo-delete.patch465 bytesfastangel
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

fastangel created an issue. See original summary.

fastangel’s picture

dharizza’s picture

I had the same problem and this patch fixed it. Thanks!

royerd’s picture

Isn't this related to a more general problem with the way OG works with newest version of VBO?

https://www.drupal.org/node/2561507

fastangel’s picture

Right is related with #2561507

djween’s picture

I am having the issue using VBO not just for operation: remove from group, but also with other operations there like modify membership status.

azinck’s picture

Status: Needs review » Closed (duplicate)