When trying to delete airings with Views Bulk Operations I get the following message: Skipped Delete item on airing 1 due to insufficient permissions.

Comments

hatsch’s picture

Version: 7.x-2.x-dev » 7.x-3.0-alpha1
Issue summary: View changes
Status: Active » Needs review
StatusFileSize
new1.4 KB

i also ran into this issue. VBO is failing because of missing 'update' and 'delete' $op in cm_airing_access.

i have added this two, also i have added an additional permission for deleting airings.

kreynen’s picture

Issue tags: +cmd-beta5
libkuman’s picture

So I just tested this on MNN's staging site which is running beta4 and it worked as expected, was able to delete airings with VBO when before i couldn't. Nice fix.

avguy’s picture

Status: Needs review » Reviewed & tested by the community
libkuman’s picture

Assigned: Unassigned » avguy

Assigning to avguy to create a new release with this patch.

  • Commit 845131f on 7.x-3.0-alpha2 by avguy:
    added patch for #1798114
    

  • Commit deb73c6 on 7.x-3.x by avguy:
    added patch for #1798114
    
avguy’s picture

Status: Reviewed & tested by the community » Closed (fixed)