I would expect this would be easy but I can't seem to figure it out. Simple problem. I want to restrict access to a Drupal view as follows:
- Only current users who are members of a custom role may access the view
OR
- The view only displays content that is authored by the current user
The latter is easy, but restricting via current role is more problematic. Thoughts?