Skip to content

Commit 091e3e8

Browse files
committed
enable etag on content field again and test with UI5 1.131 SNAPSHOT
1 parent 74ef51b commit 091e3e8

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

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.129.0/test-resources/sap/ushell/bootstrap/sandbox.js"></script>
18-
<script id="sap-ui-bootstrap" src="https://sapui5.hana.ondemand.com/1.129.0/resources/sap-ui-core.js"
17+
<script id="sap-ushell-bootstrap" src="https://sapui5nightly.int.sap.eu2.hana.ondemand.com/test-resources/sap/ushell/bootstrap/sandbox.js"></script>
18+
<script id="sap-ui-bootstrap" src="https://sapui5nightly.int.sap.eu2.hana.ondemand.com/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"

db/books.cds

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ entity Books : cuid, managed {
2626
covers : Composition of many Attachments;
2727
}
2828

29-
annotate Attachments with {
30-
modifiedAt @(odata.etag: null);
31-
}
32-
3329
entity Authors : cuid, managed {
3430
@assert.format : '^\p{Lu}.*' // assert that name starts with a capital letter
3531
name : String(111);

0 commit comments

Comments
 (0)