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