Hello
I am facing some issues when running my app in Fiorilouchpad, it seems to be wrong javascript references
index.html
<script | |||
id="sap-ui-bootstrap" | |||
src="resources/sap-ui-core.js" | |||
data-sap-ui-theme="sap_bluecrystal" | |||
data-sap-ui-libs="sap.m, sap.ui.layout, sap.makit" | |||
data-sap-ui-xx-bindingSyntax="complex" | |||
data-sap-ui-resourceroots='{"rogga.ui.zresults_obra": "./"}' > | |||
</script> |
component.js
// set i18n model | |||
var i18nModel = new sap.ui.model.resource.ResourceModel({ | |||
bundleUrl : "i18n/messageBundle.properties" | |||
}); | |||
oView.setModel(i18nModel, "i18n"); |
var url = "/sap/opu/odata/sap/ZAPUR_RESULTS_SRV_01/"; |
var oModel = new sap.ui.model.odata.ODataModel(url, true); | ||
oView.setModel(oModel); |
Fiori Launchpad opens the APP with the url: https://dgw.multipla.local/sap/bc/ui5_ui5/ui2/ushell/shells/abap/Fiorilaunchpad.html#ZAPUR_RESULTS-display
Problems: