Data export. Config changed (some from previous commits):
- view - cases - view - reporting_clients - view - reporting_volunteers - block - nationalities
This commit is contained in:
parent
44c948d22a
commit
150cc6cfd1
@ -9,6 +9,7 @@ dependencies:
|
||||
- field.storage.oc_actor.field_nationalities
|
||||
- search_api.index.opencase_reporting_clients
|
||||
module:
|
||||
- csv_serialization
|
||||
- options
|
||||
- rest
|
||||
- search_api
|
||||
@ -615,6 +616,33 @@ display:
|
||||
type: none
|
||||
defaults:
|
||||
cache: false
|
||||
displays:
|
||||
page_1: page_1
|
||||
default: '0'
|
||||
style:
|
||||
type: data_export
|
||||
options:
|
||||
formats:
|
||||
csv: csv
|
||||
csv_settings:
|
||||
delimiter: ','
|
||||
enclosure: '"'
|
||||
escape_char: \
|
||||
strip_tags: true
|
||||
trim: true
|
||||
encoding: utf8
|
||||
xls_settings:
|
||||
xls_format: Excel2007
|
||||
metadata:
|
||||
creator: ''
|
||||
last_modified_by: ''
|
||||
title: ''
|
||||
description: ''
|
||||
subject: ''
|
||||
keywords: ''
|
||||
category: ''
|
||||
manager: ''
|
||||
company: ''
|
||||
cache_metadata:
|
||||
max-age: -1
|
||||
contexts:
|
||||
|
@ -427,6 +427,9 @@ display:
|
||||
category: ''
|
||||
manager: ''
|
||||
company: ''
|
||||
displays:
|
||||
page_1: page_1
|
||||
default: '0'
|
||||
cache_metadata:
|
||||
max-age: -1
|
||||
contexts:
|
||||
|
Reference in New Issue
Block a user