using person template

This commit is contained in:
Marc Ducobu
2014-11-10 12:51:52 +01:00
parent a3c67dd9b0
commit bd4538604e
6 changed files with 55 additions and 39 deletions

View File

@@ -6,7 +6,6 @@ report_select_type:
person:
order: 100
label: Add a report
report_new:
path: /person/{person_id}/report/cfgroup/{cf_group_id}/new
defaults: { _controller: "ChillReportBundle:Report:new" }
@@ -17,7 +16,7 @@ report_create:
requirements: { _method: post }
report_show:
path: report/{id}/show
path: /person/{person_id}/report/{id}/show
defaults: { _controller: "ChillReportBundle:Report:show" }
cl_custom_fields_report:

View File

@@ -2,10 +2,6 @@ report:
path: /
defaults: { _controller: "ChillReportBundle:Report:index" }
report_show:
path: /{id}/show
defaults: { _controller: "ChillReportBundle:Report:show" }
report_edit:
path: /{id}/edit
defaults: { _controller: "ChillReportBundle:Report:edit" }