From 39197d2ae69e708ff1876dde82dbaf9a310eebfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 5 Jun 2015 11:42:09 +0200 Subject: [PATCH] fix deprecation of pattern in routing pattern => path in routing --- Resources/config/routing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/config/routing.yml b/Resources/config/routing.yml index 77d410d90..356734bd7 100644 --- a/Resources/config/routing.yml +++ b/Resources/config/routing.yml @@ -1,5 +1,5 @@ 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" } options: menus: @@ -42,7 +42,7 @@ report_export_list: report_export_select_type: - pattern: /{_locale}/export/report/select/type + path: /{_locale}/export/report/select/type defaults: {_controller: "ChillReportBundle:Report:selectReportTypeForExport" } options: menus: