mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
Creation of a report enable
This commit is contained in:
@@ -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" }
|
||||
|
Reference in New Issue
Block a user