From db9dc40ab0542987dfa3f39bae59ae3e72267c4e Mon Sep 17 00:00:00 2001 From: Alwin Drenth Date: Thu, 7 Apr 2016 13:05:23 +0200 Subject: [PATCH] Fix redirect to wrong url after creating layout #1905 --- modules/system/controllers/maillayouts/config_form.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/controllers/maillayouts/config_form.yaml b/modules/system/controllers/maillayouts/config_form.yaml index b1ce1067d..40c44090e 100644 --- a/modules/system/controllers/maillayouts/config_form.yaml +++ b/modules/system/controllers/maillayouts/config_form.yaml @@ -8,7 +8,7 @@ modelClass: System\Models\MailLayout defaultRedirect: system/mailtemplates create: - redirect: system/mailtemplates/update/:id + redirect: system/maillayouts/update/:id redirectClose: system/mailtemplates update: