mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-18 16:24:24 +00:00
25 lines
828 B
YAML
25 lines
828 B
YAML
report_select_type:
|
|
pattern: /person/{person_id}/report/select/type/for/creation
|
|
defaults: { _controller: "ChillReportBundle:Report:selectReportType" }
|
|
options:
|
|
menus:
|
|
person:
|
|
order: 100
|
|
label: Add a report
|
|
|
|
report_new:
|
|
path: /person/{person_id}/report/cfgroup/{cf_group_id}/new
|
|
defaults: { _controller: "ChillReportBundle:Report:new" }
|
|
|
|
report_create:
|
|
path: /person/{person_id}/report/cfgroup/{cf_group_id}/create
|
|
defaults: { _controller: "ChillReportBundle:Report:create" }
|
|
requirements: { _method: post }
|
|
|
|
report_show:
|
|
path: report/{id}/show
|
|
defaults: { _controller: "ChillReportBundle:Report:show" }
|
|
|
|
cl_custom_fields_report:
|
|
resource: "@ChillReportBundle/Resources/config/routing/report.yml"
|
|
prefix: /report |