Reporting Actors view now takes query parameter for title
This commit is contained in:
parent
1d86b2a5bc
commit
9b9bce4bc4
@ -23,6 +23,6 @@ settings:
|
|||||||
visibility:
|
visibility:
|
||||||
request_path:
|
request_path:
|
||||||
id: request_path
|
id: request_path
|
||||||
pages: '/opencase/reporting/actors/*'
|
pages: '/opencase/reporting/actors'
|
||||||
negate: false
|
negate: false
|
||||||
context_mapping: { }
|
context_mapping: { }
|
||||||
|
@ -23,6 +23,6 @@ settings:
|
|||||||
visibility:
|
visibility:
|
||||||
request_path:
|
request_path:
|
||||||
id: request_path
|
id: request_path
|
||||||
pages: '/opencase/reporting/actors/*'
|
pages: '/opencase/reporting/actors'
|
||||||
negate: false
|
negate: false
|
||||||
context_mapping: { }
|
context_mapping: { }
|
||||||
|
@ -413,10 +413,11 @@ display:
|
|||||||
title: All
|
title: All
|
||||||
title_enable: true
|
title_enable: true
|
||||||
title: '{{ raw_arguments.null }}'
|
title: '{{ raw_arguments.null }}'
|
||||||
default_argument_type: raw
|
default_argument_type: query_parameter
|
||||||
default_argument_options:
|
default_argument_options:
|
||||||
index: 3
|
query_param: preset_title
|
||||||
use_alias: false
|
fallback: '%nbsp;'
|
||||||
|
multiple: and
|
||||||
default_argument_skip_url: false
|
default_argument_skip_url: false
|
||||||
summary_options:
|
summary_options:
|
||||||
base_path: ''
|
base_path: ''
|
||||||
|
Reference in New Issue
Block a user