mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
using person template
This commit is contained in:
@@ -6,7 +6,6 @@ report_select_type:
|
||||
person:
|
||||
order: 100
|
||||
label: Add a report
|
||||
|
||||
report_new:
|
||||
path: /person/{person_id}/report/cfgroup/{cf_group_id}/new
|
||||
defaults: { _controller: "ChillReportBundle:Report:new" }
|
||||
@@ -17,7 +16,7 @@ report_create:
|
||||
requirements: { _method: post }
|
||||
|
||||
report_show:
|
||||
path: report/{id}/show
|
||||
path: /person/{person_id}/report/{id}/show
|
||||
defaults: { _controller: "ChillReportBundle:Report:show" }
|
||||
|
||||
cl_custom_fields_report:
|
||||
|
@@ -2,10 +2,6 @@ report:
|
||||
path: /
|
||||
defaults: { _controller: "ChillReportBundle:Report:index" }
|
||||
|
||||
report_show:
|
||||
path: /{id}/show
|
||||
defaults: { _controller: "ChillReportBundle:Report:show" }
|
||||
|
||||
report_edit:
|
||||
path: /{id}/edit
|
||||
defaults: { _controller: "ChillReportBundle:Report:edit" }
|
||||
|
Reference in New Issue
Block a user