Skip to content

Commit 95a2c87

Browse files
committed
for testing
1 parent cdcd3b2 commit 95a2c87

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
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.126.2/test-resources/sap/ushell/bootstrap/sandbox.js"></script>
18-
<script id="sap-ui-bootstrap" src="https://sapui5.hana.ondemand.com/1.126.2/resources/sap-ui-core.js"
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"
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,18 @@ entity Books : cuid, managed {
2626
covers : Composition of many Attachments;
2727
}
2828

29+
annotate Attachments with @UI: {
30+
LineItem : [
31+
{Value: content},
32+
{Value: status},
33+
{Value: createdAt},
34+
{Value: createdBy},
35+
{Value: note},
36+
{Value: fileName}
37+
]
38+
} {
39+
}
40+
2941
entity Authors : cuid, managed {
3042
@assert.format : '^\p{Lu}.*' // assert that name starts with a capital letter
3143
name : String(111);

0 commit comments

Comments
 (0)