【发布时间】:2019-07-12 13:02:52
【问题描述】:
我四处寻找,但没有找到任何东西..
{
"_version": "1.1.0",
"sap.app": {
"_version": "1.1.0",
"id": "xxx",
"...": "..."
},
"sap.ui": {
"_version": "1.1.0",
"...": "..."
},
"sap.ui5": {
"_version": "1.1.0",
"models": {
"": {
"type": "sap.ui.model.odata.v2.ODataModel",
"settings": {
"...": "..."
},
"dataSource": "xxx",
"preload": true
}
},
"...": "..."
},
"...": "...",
"sap.platform.hcp": {
"uri": "webapp",
"_version": "1.1.0"
}
}
那是我的清单。在 Web IDE 中,我总是在 "preload": true 上收到错误消息:
不允许属性预加载。
我在一些网站上看到这是因为我的版本可能太旧了?而且我真的不知道如何更改版本。
有没有办法更新版本?这是一个云应用程序,它保留在云上..
【问题讨论】:
标签: sapui5 sap-web-ide sap-business-application-studio ui5-language-assistant