Enable report list

This commit is contained in:
Marc Ducobu
2014-11-11 15:37:04 +01:00
parent c120c32064
commit 6d39e98197
4 changed files with 59 additions and 75 deletions

View File

@@ -15,6 +15,15 @@ report_create:
defaults: { _controller: "ChillReportBundle:Report:create" }
requirements: { _method: post }
report_list:
path: /person/{person_id}/report/list
defaults: { _controller: "ChillReportBundle:Report:list" }
options:
menus:
person:
order: 101
label: Report list
report_show:
path: /person/{person_id}/report/{id}/show
defaults: { _controller: "ChillReportBundle:Report:show" }