Added access control to activities view

Just auth user for now
This commit is contained in:
naomi 2018-05-28 15:14:18 +02:00
parent c261552cc1
commit 8294a9647f
1 changed files with 4 additions and 2 deletions

View File

@ -19,8 +19,10 @@ display:
position: 0 position: 0
display_options: display_options:
access: access:
type: none type: role
options: { } options:
role:
authenticated: authenticated
cache: cache:
type: tag type: tag
options: { } options: { }