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.
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.
Comments