Merge pull request #123 from SAP-samples/Pinning-Fiori-to-last-known-good

Pinning Fiori to last-known-good
This commit is contained in:
Daniel Hutzel
2020-08-01 14:47:30 +02:00
committed by GitHub
2 changed files with 2 additions and 5 deletions

View File

@@ -40,7 +40,8 @@
</script>
<script src="https://sapui5.hana.ondemand.com/test-resources/sap/ushell/bootstrap/sandbox.js"></script>
<script src="https://sapui5.hana.ondemand.com/resources/sap-ui-core.js"
<!-- <script src="https://sapui5.hana.ondemand.com/resources/sap-ui-core.js" -->
<script src="https://sapui5.hana.ondemand.com/1.78.6/resources/sap-ui-core.js"
data-sap-ui-libs="sap.m, sap.ushell, sap.collaboration, sap.ui.layout"
data-sap-ui-compatVersion="edge"
data-sap-ui-theme="sap_fiori_3"

View File

@@ -14,7 +14,3 @@ entity OrderItems : cuid {
amount : Integer;
netAmount : Decimal(9,2);
}
// Have IDs auto-computed. TODO revisit w/ Fiori how long this is needed
// see https://answers.sap.com/questions/13091274/sample-fiori-app-creating-a-new-order-shows-a-popu.html
annotate cuid with { ID @Core.Computed; }