Person Search restricted to authenticated users.

This commit is contained in:
naomi 2018-04-16 14:12:24 +02:00
parent b0431c2926
commit 7da5c8a4b1
1 changed files with 9 additions and 2 deletions

View File

@ -4,8 +4,10 @@ dependencies:
config:
- block.block.linkforcreatinganewperson
- search_api.index.person_index
- user.role.authenticated
module:
- search_api
- user
id: person_search
label: 'Person Search'
module: views
@ -22,8 +24,10 @@ display:
position: 0
display_options:
access:
type: none
options: { }
type: role
options:
role:
authenticated: authenticated
cache:
type: tag
options: { }
@ -220,6 +224,7 @@ display:
- 'languages:language_interface'
- url
- url.query_args
- user.roles
tags: { }
block_1:
display_plugin: block
@ -235,6 +240,7 @@ display:
- 'languages:language_interface'
- url
- url.query_args
- user.roles
tags: { }
page_1:
display_plugin: page
@ -252,4 +258,5 @@ display:
- 'languages:language_interface'
- url
- url.query_args
- user.roles
tags: { }