Pinning Fiori to last-known-good

This commit is contained in:
Daniel
2020-08-01 14:44:13 +02:00
parent 1b69064752
commit fa7cff4123
2 changed files with 2 additions and 5 deletions

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; }