1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-18 10:51:21 +02:00

Flextype Box Plugin: Admin #125 #117

- Templates fixes and refactoring
This commit is contained in:
Awilum
2019-06-10 11:15:10 +03:00
parent 620801dc9c
commit c36c9ca043

View File

@@ -165,7 +165,7 @@ class TemplatesController extends Controller
$this->flash->addMessage('error', __('admin_message_' . $type . '_was_not_saved'));
}
return $response->withRedirect($this->router->pathFor('admin.fieldsets.index'));
return $response->withRedirect($this->router->pathFor('admin.templates.index'));
}
/**