Reporting Actors view now takes query parameter for title

This commit is contained in:
Naomi 2018-09-07 12:48:47 +01:00
parent 1d86b2a5bc
commit 9b9bce4bc4
3 changed files with 6 additions and 5 deletions

View File

@ -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: { }

View File

@ -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: { }

View File

@ -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: ''