Using trial user in Web IDE, when I try to create a Project SAPUI5 from template, using version 1.38 and template SAP Fiori Worklist Application, Web Ide create a corrupt project that contain in manifest dependencies with other version:
"minUI5Version": "1.42.0",
"libs": {
"sap.ui.core": {
"minVersion": "1.42.0"
},
"sap.m": {
"minVersion": "1.42.0"
},
"sap.f": {
"minVersion": "1.46"
}
}
Sometime, creating projects, these messages are displayed:
Unfortunately, we have detected a severe runtime error in plugin "ui5templates-1-38".
We need to disable plugin "ui5templates-1-38" and reload SAP Web IDE.
WARNING: You may lose your unsaved data.
and
Proxy: Name: ui5templates-1-38/1worklist/1worklist
| Message: Error loading [object Object]: Module instance is already in use
Please define module as a class by returning a function instead of an objec
Proxy: Name: ui5templates-1-38/1worklist/1worklist
| Message: Error loading [object Object]: Module instance is already in use.Please define module as a class by returning a function instead of an object
Add comment