Reporting Actors view now takes query parameter for title
This commit is contained in:
parent
1d86b2a5bc
commit
9b9bce4bc4
@ -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: { }
|
||||
|
@ -413,10 +413,11 @@ display:
|
||||
title: All
|
||||
title_enable: true
|
||||
title: '{{ raw_arguments.null }}'
|
||||
default_argument_type: raw
|
||||
default_argument_type: query_parameter
|
||||
default_argument_options:
|
||||
index: 3
|
||||
use_alias: false
|
||||
query_param: preset_title
|
||||
fallback: '%nbsp;'
|
||||
multiple: and
|
||||
default_argument_skip_url: false
|
||||
summary_options:
|
||||
base_path: ''
|
||||
|
Reference in New Issue
Block a user