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

@ -2,11 +2,15 @@ uuid: 0c812021-ff90-442b-a7a0-353d538d6e15
langcode: en
status: true
dependencies:
config:
- system.menu.opencase
- user.role.authenticated
module:
- csv_serialization
- opencase_entities
- rest
- serialization
- user
- views_data_export
id: sample_downloadable_report
label: 'Sample Downloadable Report'
@ -22,7 +26,7 @@ display:
display_plugin: default
position: 0
display_options:
title: 'Sample Downloadable Report'
title: 'Sample Report'
fields:
name:
id: name
@ -117,8 +121,10 @@ display:
sort_asc_label: Asc
sort_desc_label: Desc
access:
type: none
options: { }
type: role
options:
role:
authenticated: authenticated
cache:
type: tag
options: { }
@ -197,6 +203,7 @@ display:
- 'languages:language_interface'
- url
- url.query_args
- user.roles
tags: { }
data_export_1:
id: data_export_1
@ -236,6 +243,7 @@ display:
- 'languages:language_interface'
- request_format
- url
- user.roles
tags: { }
page_1:
id: page_1
@ -245,6 +253,15 @@ display:
display_options:
display_extenders: { }
path: sample-downloadable-report
menu:
type: normal
title: 'Sample downloadable report'
description: ''
weight: 0
expanded: false
menu_name: opencase
parent: opencase.reporting
context: '0'
cache_metadata:
max-age: -1
contexts:
@ -252,4 +269,5 @@ display:
- 'languages:language_interface'
- url
- url.query_args
- user.roles
tags: { }