mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
Enable report list
This commit is contained in:
@@ -15,6 +15,15 @@ report_create:
|
||||
defaults: { _controller: "ChillReportBundle:Report:create" }
|
||||
requirements: { _method: post }
|
||||
|
||||
report_list:
|
||||
path: /person/{person_id}/report/list
|
||||
defaults: { _controller: "ChillReportBundle:Report:list" }
|
||||
options:
|
||||
menus:
|
||||
person:
|
||||
order: 101
|
||||
label: Report list
|
||||
|
||||
report_show:
|
||||
path: /person/{person_id}/report/{id}/show
|
||||
defaults: { _controller: "ChillReportBundle:Report:show" }
|
||||
|
Reference in New Issue
Block a user