mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-22 18:24:23 +00:00
12 lines
372 B
YAML
12 lines
372 B
YAML
report_select_type:
|
|
pattern: /person/{person_id}/report/create
|
|
defaults: { _controller: "ChillReportBundle:Report:selectReportType" }
|
|
options:
|
|
menus:
|
|
person:
|
|
order: 100
|
|
label: Add a report
|
|
|
|
cl_custom_fields_report:
|
|
resource: "@ChillReportBundle/Resources/config/routing/report.yml"
|
|
prefix: /report |