Download button for reports

This commit is contained in:
2022-05-12 10:37:07 +01:00
parent e63663255e
commit 4a222153af
29 changed files with 1010 additions and 196 deletions

View File

@ -5,8 +5,10 @@ dependencies:
config:
- opencase_entities.oc_actor_type.staff_member
- opencase_entities.oc_actor_type.volunteer
- user.role.authenticated
module:
- opencase_entities
- user
id: case_providers
label: 'Case providers'
module: views
@ -115,8 +117,10 @@ display:
sort_asc_label: Asc
sort_desc_label: Desc
access:
type: none
options: { }
type: role
options:
role:
authenticated: authenticated
cache:
type: tag
options: { }
@ -199,6 +203,7 @@ display:
- 'languages:language_content'
- 'languages:language_interface'
- url.query_args
- user.roles
tags: { }
entity_reference_1:
id: entity_reference_1
@ -217,4 +222,5 @@ display:
contexts:
- 'languages:language_content'
- 'languages:language_interface'
- user.roles
tags: { }