Commit 59314864 by Tuukka Kivilahti

this is bug I think

1 parent be84470d
......@@ -212,7 +212,7 @@ public class QueueBean implements QueueBeanLocal {
}
@Lock(LockType.READ)
@RolesAllowed(MapPermission.S_MANAGE_MAPS)
@RolesAllowed({MapPermission.S_MANAGE_MAPS, MapPermission.S_BUY_PLACES})
@Override
public MapQueue getMapQueue(EventMap map) {
return getMapque(map);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!