minor changes to reporting stuff
This commit is contained in:
parent
eb6356f715
commit
3faabda3f2
@ -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: ' '
|
fallback: '<p style="display:none;"></p>'
|
||||||
multiple: and
|
multiple: and
|
||||||
default_argument_skip_url: false
|
default_argument_skip_url: false
|
||||||
summary_options:
|
summary_options:
|
||||||
|
@ -3,3 +3,12 @@ opencase_reporting.reporting:
|
|||||||
menu_name: main
|
menu_name: main
|
||||||
url: internal:/opencase/reporting/actors
|
url: internal:/opencase/reporting/actors
|
||||||
weight: 1
|
weight: 1
|
||||||
|
|
||||||
|
# Preset menu items definition
|
||||||
|
entity.preset.collection:
|
||||||
|
title: 'Preset'
|
||||||
|
route_name: entity.preset.collection
|
||||||
|
description: 'List Preset (bundles)'
|
||||||
|
parent: system.admin_structure
|
||||||
|
weight: 99
|
||||||
|
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
|
<select id="opencase_reporting_new">
|
||||||
|
<option disabled selected>Start a new report</option>
|
||||||
|
<option value="/opencase/reporting/actors">Actor based</option>
|
||||||
|
<option value="/opencase/reporting/cases">Case based</option>
|
||||||
|
</select>
|
||||||
<select id="opencase_reporting_presets_load">
|
<select id="opencase_reporting_presets_load">
|
||||||
<option disabled selected>Load preset</option>
|
<option disabled selected>Load a preset</option>
|
||||||
{% for preset in presets %}
|
{% for preset in presets %}
|
||||||
<option value={{ preset.url }}>{{ preset.title }}</option>
|
<option value={{ preset.url }}>{{ preset.title }}</option>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Reference in New Issue
Block a user