mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 14:24:24 +00:00
fix deprecation of pattern in routing
pattern => path in routing
This commit is contained in:
parent
6ac7482389
commit
39197d2ae6
@ -1,5 +1,5 @@
|
|||||||
report_select_type:
|
report_select_type:
|
||||||
pattern: /{_locale}/person/{person_id}/report/select/type/for/creation
|
path: /{_locale}/person/{person_id}/report/select/type/for/creation
|
||||||
defaults: { _controller: "ChillReportBundle:Report:selectReportType" }
|
defaults: { _controller: "ChillReportBundle:Report:selectReportType" }
|
||||||
options:
|
options:
|
||||||
menus:
|
menus:
|
||||||
@ -42,7 +42,7 @@ report_export_list:
|
|||||||
|
|
||||||
|
|
||||||
report_export_select_type:
|
report_export_select_type:
|
||||||
pattern: /{_locale}/export/report/select/type
|
path: /{_locale}/export/report/select/type
|
||||||
defaults: {_controller: "ChillReportBundle:Report:selectReportTypeForExport" }
|
defaults: {_controller: "ChillReportBundle:Report:selectReportTypeForExport" }
|
||||||
options:
|
options:
|
||||||
menus:
|
menus:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user