SAP / generator-easy-ui5

Meta-generator various project types within the UI5 Universe
https://blogs.sap.com/2021/04/09/easy-ui5-3.0-from-community-contributions-to-community-plugins/
Apache License 2.0
239 stars 72 forks source link

generated view/controller names should not be prefixed with viewtype #2

Closed fw2568 closed 5 years ago

fw2568 commented 5 years ago

Easy-Ui5 version: any

OS/version: any

Browser/version (+device/version): any

Steps to reproduce the problem:

What is the expected result? File names of views and controllers should follow the naming rules of other ui5 apps. For example https://github.com/SAP/openui5-sample-app/tree/master/webapp/view is created as App.view.xml

What happens instead?

The generated files are prefixed with the viewtype: XMLApp.view.xml

IObert commented 5 years ago

Good point! I'll fix this in the next version. Thanks :)