Ability to customize the "New Module" template per Application
1476
Views
1
Comments
Implemented
Frontend (App Interfaces)
OutSystems 9
Once an Application's theme is setup, along with the layouts, menu, header, footer, Login page, etc, it should be possible to create a module to be used as template for all New Modules created in this Application.

Otherwise, for every new module, we need to go in and delete the Common flow, the Menu related static entities, the theme, then add the Application theme reference and do any other customizations (User Provider, anything Application specific).

Because of this, it's most often better to create a Blank Module and do this setup manually.
2016-11-21 23-23-05
Gonçalo Borrêga
With Platform 9 Amsterdam we just made it possible to create your own application templates. Check it out at https://www.outsystems.com/help/servicestudio/9.0/default.htm#Reusing_eSpaces/Create_Your_Own_Application_Template.htm Besides that, when you create a new module in that application it will automatically reference the Common flow, import the theme and menu, etc.