Authenticated user can now see own cases view
This commit is contained in:
parent
8a8b13009d
commit
b849883fe3
@ -44,6 +44,8 @@ content:
|
||||
settings:
|
||||
image_link: ''
|
||||
image_style: large
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
third_party_settings: { }
|
||||
weight: -1
|
||||
region: content
|
||||
|
@ -35,6 +35,8 @@ content:
|
||||
settings:
|
||||
image_link: content
|
||||
image_style: thumbnail
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
|
@ -35,6 +35,8 @@ content:
|
||||
settings:
|
||||
image_link: content
|
||||
image_style: medium
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
third_party_settings: { }
|
||||
weight: -1
|
||||
region: content
|
||||
@ -51,6 +53,5 @@ content:
|
||||
region: content
|
||||
hidden:
|
||||
comment: true
|
||||
field_image: true
|
||||
field_tags: true
|
||||
search_api_excerpt: true
|
||||
|
@ -23,6 +23,8 @@ content:
|
||||
settings:
|
||||
image_link: content
|
||||
image_style: thumbnail
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: content
|
||||
|
@ -35,6 +35,8 @@ content:
|
||||
settings:
|
||||
image_link: content
|
||||
image_style: thumbnail
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
|
@ -1,7 +1,6 @@
|
||||
_core:
|
||||
default_config_hash: R4IF-ClDHXxblLcG0L7MgsLvfBIMAvi_skumNFQwkDc
|
||||
module:
|
||||
mysql: 0
|
||||
admin_toolbar: 0
|
||||
automated_cron: 0
|
||||
base_field_override_ui: 0
|
||||
@ -47,6 +46,7 @@ module:
|
||||
link: 0
|
||||
menu_link_content: 0
|
||||
menu_ui: 0
|
||||
mysql: 0
|
||||
node: 0
|
||||
opencase: 0
|
||||
opencase_cases: 0
|
||||
|
@ -9,6 +9,7 @@ dependencies:
|
||||
- contact
|
||||
- filter
|
||||
- opencase
|
||||
- opencase_cases
|
||||
- opencase_entities
|
||||
- search
|
||||
- shortcut
|
||||
@ -57,6 +58,7 @@ permissions:
|
||||
- 'view all staff_member revisions'
|
||||
- 'view all volunteer revisions'
|
||||
- 'view published activity entities'
|
||||
- 'view published case provision entities'
|
||||
- 'view published client entities'
|
||||
- 'view published equal opps entities'
|
||||
- 'view published event entities'
|
||||
|
@ -314,7 +314,7 @@ display:
|
||||
row:
|
||||
type: fields
|
||||
query:
|
||||
type: views_query
|
||||
type: search_api_query
|
||||
options:
|
||||
bypass_access: false
|
||||
skip_access: false
|
||||
|
Reference in New Issue
Block a user