mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-18 00:04:26 +00:00
37 lines
1.3 KiB
YAML
37 lines
1.3 KiB
YAML
report_select_type:
|
|
pattern: /{_locale}/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: /{_locale}/person/{person_id}/report/cfgroup/{cf_group_id}/new
|
|
defaults: { _controller: "ChillReportBundle:Report:new" }
|
|
|
|
report_create:
|
|
path: /{_locale}/person/{person_id}/report/cfgroup/{cf_group_id}/create
|
|
defaults: { _controller: "ChillReportBundle:Report:create" }
|
|
requirements: { _method: post }
|
|
|
|
report_list:
|
|
path: /{_locale}/person/{person_id}/report/list
|
|
defaults: { _controller: "ChillReportBundle:Report:list" }
|
|
options:
|
|
menus:
|
|
person:
|
|
order: 101
|
|
label: Report list
|
|
report_view:
|
|
path: /{_locale}/person/{person_id}/report/{report_id}/view
|
|
defaults: { _controller: "ChillReportBundle:Report:view" }
|
|
|
|
report_edit:
|
|
path: /{_locale}/person/{person_id}/report/{report_id}/edit
|
|
defaults: { _controller: "ChillReportBundle:Report:edit" }
|
|
|
|
report_update:
|
|
path: /{_locale}/person/{person_id}/report/{report_id}/update
|
|
defaults: { _controller: "ChillReportBundle:Report:update" }
|
|
requirements: { _method: post|put } |