Details
Description
When creating a controller with an index action from the Controller Provider, the View Provider always populates the index.phtml with the "This is your project's main page" view instead of the normal action view.
When creating a controller with an index action from the Controller Provider, the View Provider always populates the index.phtml with the "This is your project's main page" view instead of the normal action view.
Patch to pass the module name into the ViewScriptFile Context, allowing it to only create the "full" index.phtml in the default module.