Authenticated user can now see own cases view

This commit is contained in:
naomi 2022-07-10 10:38:09 +01:00
parent 8a8b13009d
commit b849883fe3
8 changed files with 14 additions and 3 deletions

View File

@ -44,6 +44,8 @@ content:
settings:
image_link: ''
image_style: large
image_loading:
attribute: lazy
third_party_settings: { }
weight: -1
region: content

View File

@ -35,6 +35,8 @@ content:
settings:
image_link: content
image_style: thumbnail
image_loading:
attribute: lazy
third_party_settings: { }
weight: 0
region: content

View File

@ -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

View File

@ -23,6 +23,8 @@ content:
settings:
image_link: content
image_style: thumbnail
image_loading:
attribute: lazy
third_party_settings: { }
weight: 0
region: content

View File

@ -35,6 +35,8 @@ content:
settings:
image_link: content
image_style: thumbnail
image_loading:
attribute: lazy
third_party_settings: { }
weight: 1
region: content

View File

@ -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

View File

@ -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'

View File

@ -314,7 +314,7 @@ display:
row:
type: fields
query:
type: views_query
type: search_api_query
options:
bypass_access: false
skip_access: false