mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
Allowing export for reports
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user