Redirect on save in module

edited September 2015 in Modules
Hi,
is it possible to redirect to the list view after saving a new entry in a simple module?

Comments

  • edited 11:53AM
    Not at this time without overwriting the controller for your module with custom code. By default your module create, edit, delete, and list views gets routed to the fuel/modules/fuel/controllers/module.php. You can specify your own routes in the fuel/application/config/routes.php file.
  • edited 11:53AM
    Then this would be a good feature for a future release :-) Perhaps a module parameter to controll wether to redirect to the list view or remain on the form view.
  • edited 11:53AM
    We'll keep it in mind.
Sign In or Register to comment.