Allowing export for reports

This commit is contained in:
Marc Ducobu
2015-02-17 15:11:42 +01:00
parent 897a0361a8
commit 6ec0892ac6
5 changed files with 183 additions and 18 deletions

View File

@@ -34,4 +34,18 @@ report_edit:
report_update:
path: /{_locale}/person/{person_id}/report/{report_id}/update
defaults: { _controller: "ChillReportBundle:Report:update" }
requirements: { _method: post|put }
requirements: { _method: post|put }
report_export_list:
path: /{_locale}/export/report/cfgroup/{cf_group_id}
defaults: { _controller: "ChillReportBundle:Report:export" }
report_export_select_type:
pattern: /{_locale}/export/report/select/type
defaults: {_controller: "ChillReportBundle:Report:selectReportTypeForExport" }
options:
menus:
export:
order: 100
label: Export reports