Fix redirect to wrong url after creating layout #1905
This commit is contained in:
parent
76faef7c17
commit
db9dc40ab0
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue