Creation of a report enable

This commit is contained in:
Marc Ducobu
2014-11-09 20:24:23 +01:00
parent c4f50d54d7
commit 302286c558
7 changed files with 65 additions and 59 deletions

View File

@@ -6,15 +6,6 @@ report_show:
path: /{id}/show
defaults: { _controller: "ChillReportBundle:Report:show" }
report_new:
path: /new
defaults: { _controller: "ChillReportBundle:Report:new" }
report_create:
path: /create
defaults: { _controller: "ChillReportBundle:Report:create" }
requirements: { _method: post }
report_edit:
path: /{id}/edit
defaults: { _controller: "ChillReportBundle:Report:edit" }