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
|
- field.storage.oc_actor.field_nationalities
|
||||||
- search_api.index.opencase_reporting_clients
|
- search_api.index.opencase_reporting_clients
|
||||||
module:
|
module:
|
||||||
|
- csv_serialization
|
||||||
- options
|
- options
|
||||||
- rest
|
- rest
|
||||||
- search_api
|
- search_api
|
||||||
@ -615,6 +616,33 @@ display:
|
|||||||
type: none
|
type: none
|
||||||
defaults:
|
defaults:
|
||||||
cache: false
|
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:
|
cache_metadata:
|
||||||
max-age: -1
|
max-age: -1
|
||||||
contexts:
|
contexts:
|
||||||
|
@ -427,6 +427,9 @@ display:
|
|||||||
category: ''
|
category: ''
|
||||||
manager: ''
|
manager: ''
|
||||||
company: ''
|
company: ''
|
||||||
|
displays:
|
||||||
|
page_1: page_1
|
||||||
|
default: '0'
|
||||||
cache_metadata:
|
cache_metadata:
|
||||||
max-age: -1
|
max-age: -1
|
||||||
contexts:
|
contexts:
|
||||||
|
Reference in New Issue
Block a user