mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
Updating report
This commit is contained in:
@@ -23,11 +23,15 @@ report_list:
|
||||
person:
|
||||
order: 101
|
||||
label: Report list
|
||||
|
||||
report_show:
|
||||
path: /person/{person_id}/report/{id}/show
|
||||
path: /person/{person_id}/report/{report_id}/show
|
||||
defaults: { _controller: "ChillReportBundle:Report:show" }
|
||||
|
||||
cl_custom_fields_report:
|
||||
resource: "@ChillReportBundle/Resources/config/routing/report.yml"
|
||||
prefix: /report
|
||||
report_edit:
|
||||
path: /person/{person_id}/report/{report_id}/edit
|
||||
defaults: { _controller: "ChillReportBundle:Report:edit" }
|
||||
|
||||
report_update:
|
||||
path: /person/{person_id}/report/{report_id}/update
|
||||
defaults: { _controller: "ChillReportBundle:Report:update" }
|
||||
requirements: { _method: post|put }
|
@@ -1,17 +0,0 @@
|
||||
report:
|
||||
path: /
|
||||
defaults: { _controller: "ChillReportBundle:Report:index" }
|
||||
|
||||
report_edit:
|
||||
path: /{id}/edit
|
||||
defaults: { _controller: "ChillReportBundle:Report:edit" }
|
||||
|
||||
report_update:
|
||||
path: /{id}/update
|
||||
defaults: { _controller: "ChillReportBundle:Report:update" }
|
||||
requirements: { _method: post|put }
|
||||
|
||||
report_delete:
|
||||
path: /{id}/delete
|
||||
defaults: { _controller: "ChillReportBundle:Report:delete" }
|
||||
requirements: { _method: post|delete }
|
Reference in New Issue
Block a user