Person Search restricted to authenticated users.
This commit is contained in:
parent
b0431c2926
commit
7da5c8a4b1
@ -4,8 +4,10 @@ dependencies:
|
|||||||
config:
|
config:
|
||||||
- block.block.linkforcreatinganewperson
|
- block.block.linkforcreatinganewperson
|
||||||
- search_api.index.person_index
|
- search_api.index.person_index
|
||||||
|
- user.role.authenticated
|
||||||
module:
|
module:
|
||||||
- search_api
|
- search_api
|
||||||
|
- user
|
||||||
id: person_search
|
id: person_search
|
||||||
label: 'Person Search'
|
label: 'Person Search'
|
||||||
module: views
|
module: views
|
||||||
@ -22,8 +24,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: { }
|
||||||
@ -220,6 +224,7 @@ display:
|
|||||||
- 'languages:language_interface'
|
- 'languages:language_interface'
|
||||||
- url
|
- url
|
||||||
- url.query_args
|
- url.query_args
|
||||||
|
- user.roles
|
||||||
tags: { }
|
tags: { }
|
||||||
block_1:
|
block_1:
|
||||||
display_plugin: block
|
display_plugin: block
|
||||||
@ -235,6 +240,7 @@ display:
|
|||||||
- 'languages:language_interface'
|
- 'languages:language_interface'
|
||||||
- url
|
- url
|
||||||
- url.query_args
|
- url.query_args
|
||||||
|
- user.roles
|
||||||
tags: { }
|
tags: { }
|
||||||
page_1:
|
page_1:
|
||||||
display_plugin: page
|
display_plugin: page
|
||||||
@ -252,4 +258,5 @@ display:
|
|||||||
- 'languages:language_interface'
|
- 'languages:language_interface'
|
||||||
- url
|
- url
|
||||||
- url.query_args
|
- url.query_args
|
||||||
|
- user.roles
|
||||||
tags: { }
|
tags: { }
|
||||||
|
Reference in New Issue
Block a user