made reporting export url match page url (it works!)
This commit is contained in:
parent
987adc97ce
commit
7fbc35915c
@ -416,7 +416,7 @@ display:
|
|||||||
default_argument_type: query_parameter
|
default_argument_type: query_parameter
|
||||||
default_argument_options:
|
default_argument_options:
|
||||||
query_param: preset_title
|
query_param: preset_title
|
||||||
fallback: '<p style="display:none;"></p>'
|
fallback: 'New actor report'
|
||||||
multiple: and
|
multiple: and
|
||||||
default_argument_skip_url: false
|
default_argument_skip_url: false
|
||||||
summary_options:
|
summary_options:
|
||||||
@ -453,7 +453,7 @@ display:
|
|||||||
position: 3
|
position: 3
|
||||||
display_options:
|
display_options:
|
||||||
display_extenders: { }
|
display_extenders: { }
|
||||||
path: opencase/reporting/actors/export
|
path: opencase/reporting/actors
|
||||||
filename: '[view:title].csv'
|
filename: '[view:title].csv'
|
||||||
displays:
|
displays:
|
||||||
default: '0'
|
default: '0'
|
||||||
@ -486,10 +486,50 @@ display:
|
|||||||
type: none
|
type: none
|
||||||
defaults:
|
defaults:
|
||||||
cache: false
|
cache: false
|
||||||
|
arguments: false
|
||||||
pager:
|
pager:
|
||||||
type: none
|
type: none
|
||||||
options:
|
options:
|
||||||
offset: 0
|
offset: 0
|
||||||
|
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: query_parameter
|
||||||
|
default_argument_options:
|
||||||
|
query_param: preset_title
|
||||||
|
fallback: 'Untitled actor report'
|
||||||
|
multiple: and
|
||||||
|
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'
|
||||||
|
auth:
|
||||||
|
- cookie
|
||||||
cache_metadata:
|
cache_metadata:
|
||||||
max-age: -1
|
max-age: -1
|
||||||
contexts:
|
contexts:
|
||||||
|
Reference in New Issue
Block a user