Closed (fixed)
Project:
Ubercart Views
Version:
6.x-3.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Nov 2010 at 22:14 UTC
Updated:
2 Dec 2010 at 20:40 UTC
On the order Management View I have 3 options selected: Delete Order, Change Order Status and Print Orders.
These "buttons" show for user #1, but do not show up for second levels admins (another role with ALL permissions.)
I see no place in Permissions to give permissions for using UC VBO, or UC Views.
HELP!?!
Comments
Comment #1
longwaveThese show up for me under all users, there are no permission checks on the VBO order actions. Please provide an exported copy of your view in order to diagnose this further.
Comment #2
FranCarstens commentedI'm using the standard "Order Management" view that comes with VBO.
Comment #3
longwaveFigured this out; the Actions Permissions module only provides permissions for node and user actions. A fix has been committed to CVS that adds new permissions for the order actions if the permissions module is also installed.
To fix this on your site, download uc_views from CVS (or wait for the 6.x-3.x-dev download to update), then add the permissions you need to your administrator role. They will be listed under uc_views_bulk_operations, not actions_permissions.
Comment #4
FranCarstens commentedGreat, thanks.