Minor edits to reporting view and facets
This commit is contained in:
parent
ee5c82cb0b
commit
1d86b2a5bc
@ -23,6 +23,6 @@ settings:
|
||||
visibility:
|
||||
request_path:
|
||||
id: request_path
|
||||
pages: /opencase/reporting/actors
|
||||
pages: '/opencase/reporting/actors/*'
|
||||
negate: false
|
||||
context_mapping: { }
|
||||
|
@ -23,6 +23,6 @@ settings:
|
||||
visibility:
|
||||
request_path:
|
||||
id: request_path
|
||||
pages: /opencase/reporting/actors
|
||||
pages: '/opencase/reporting/actors/*'
|
||||
negate: false
|
||||
context_mapping: { }
|
||||
|
@ -54,6 +54,9 @@ display:
|
||||
offset: 0
|
||||
id: 0
|
||||
total_pages: null
|
||||
tags:
|
||||
previous: ‹‹
|
||||
next: ››
|
||||
expose:
|
||||
items_per_page: false
|
||||
items_per_page_label: 'Items per page'
|
||||
@ -62,9 +65,6 @@ display:
|
||||
items_per_page_options_all_label: '- All -'
|
||||
offset: false
|
||||
offset_label: Offset
|
||||
tags:
|
||||
previous: ‹‹
|
||||
next: ››
|
||||
style:
|
||||
type: table
|
||||
options:
|
||||
@ -398,7 +398,42 @@ display:
|
||||
footer: { }
|
||||
empty: { }
|
||||
relationships: { }
|
||||
arguments: { }
|
||||
arguments:
|
||||
'null':
|
||||
id: 'null'
|
||||
table: views
|
||||
field: 'null'
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
default_action: default
|
||||
exception:
|
||||
value: all
|
||||
title_enable: false
|
||||
title: All
|
||||
title_enable: true
|
||||
title: '{{ raw_arguments.null }}'
|
||||
default_argument_type: raw
|
||||
default_argument_options:
|
||||
index: 3
|
||||
use_alias: false
|
||||
default_argument_skip_url: false
|
||||
summary_options:
|
||||
base_path: ''
|
||||
count: true
|
||||
items_per_page: 25
|
||||
override: false
|
||||
summary:
|
||||
sort_order: asc
|
||||
number_of_records: 0
|
||||
format: default_summary
|
||||
specify_validation: false
|
||||
validate:
|
||||
type: none
|
||||
fail: 'not found'
|
||||
validate_options: { }
|
||||
must_not_be: false
|
||||
plugin_id: 'null'
|
||||
display_extenders: { }
|
||||
use_ajax: true
|
||||
cache_metadata:
|
||||
@ -406,6 +441,7 @@ display:
|
||||
contexts:
|
||||
- 'languages:language_content'
|
||||
- 'languages:language_interface'
|
||||
- url
|
||||
- url.query_args
|
||||
- user.permissions
|
||||
tags: { }
|
||||
@ -417,10 +453,10 @@ display:
|
||||
display_options:
|
||||
display_extenders: { }
|
||||
path: opencase/reporting/actors/export
|
||||
filename: opencase-reporting-actors.csv
|
||||
filename: '[view:title].csv'
|
||||
displays:
|
||||
page_1: page_1
|
||||
default: '0'
|
||||
page_1: '0'
|
||||
style:
|
||||
type: data_export
|
||||
options:
|
||||
@ -449,12 +485,17 @@ display:
|
||||
type: none
|
||||
defaults:
|
||||
cache: false
|
||||
pager:
|
||||
type: none
|
||||
options:
|
||||
offset: 0
|
||||
cache_metadata:
|
||||
max-age: -1
|
||||
contexts:
|
||||
- 'languages:language_content'
|
||||
- 'languages:language_interface'
|
||||
- request_format
|
||||
- url
|
||||
- user.permissions
|
||||
tags: { }
|
||||
page_1:
|
||||
@ -474,7 +515,7 @@ display:
|
||||
contexts:
|
||||
- 'languages:language_content'
|
||||
- 'languages:language_interface'
|
||||
- url
|
||||
- url.query_args
|
||||
- user.permissions
|
||||
tags: { }
|
||||
|
||||
|
Reference in New Issue
Block a user