Skip to content

Commit d625f80

Browse files
authored
Update several dependencies and plugins (#525)
Update the following components: - SAP UI5 to 1.139.0 - updated package-lock.json in root and app folder to latest available versions - several Maven build plugins to latest available versions
1 parent 71e1fbe commit d625f80

File tree

6 files changed

+159
-91
lines changed

6 files changed

+159
-91
lines changed

app/admin/webapp/manifest.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"name": "sap.fe.templates.ListReport",
8787
"options": {
8888
"settings" : {
89-
"entitySet" : "Books",
89+
"contextPath" : "/Books",
9090
"navigation" : {
9191
"Books" : {
9292
"detail" : {
@@ -113,7 +113,8 @@
113113
"name": "sap.fe.templates.ObjectPage",
114114
"options": {
115115
"settings" : {
116-
"entitySet" : "Books",
116+
"contextPath" : "/Books",
117+
"editableHeaderContent": false,
117118
"navigation" : {
118119
"Authors" : {
119120
"detail" : {
@@ -130,7 +131,7 @@
130131
"name": "sap.fe.templates.ObjectPage",
131132
"options": {
132133
"settings" : {
133-
"entitySet" : "Authors"
134+
"contextPath" : "/Authors"
134135
}
135136
}
136137
}

app/common.cds

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ annotate my.Books with
5252
TypeImageUrl : 'sap-icon://course-book',
5353
Title : {Value : title},
5454
Description : {Value : author.name}
55-
}, });
55+
}});
5656

5757

5858
////////////////////////////////////////////////////////////////////////////

app/fiori.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
};
1515
</script>
1616

17-
<script id="sap-ushell-bootstrap" src="https://sapui5.hana.ondemand.com/1.120.23/test-resources/sap/ushell/bootstrap/sandbox.js"></script>
18-
<script id="sap-ui-bootstrap" src="https://sapui5.hana.ondemand.com/1.120.23/resources/sap-ui-core.js"
17+
<script id="sap-ushell-bootstrap" src="https://sapui5.hana.ondemand.com/1.139.0/test-resources/sap/ushell/bootstrap/sandbox.js"></script>
18+
<script id="sap-ui-bootstrap" src="https://sapui5.hana.ondemand.com/1.139.0/resources/sap-ui-core.js"
1919
data-sap-ui-libs="sap.m, sap.ushell, sap.collaboration, sap.ui.layout"
2020
data-sap-ui-compatVersion="edge"
2121
data-sap-ui-theme="sap_horizon"

app/package-lock.json

Lines changed: 17 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)