CF deploy/prod changes

This commit is contained in:
Christian Georgi
2022-08-15 22:10:38 +02:00
parent 69403de663
commit 07a6540477
7 changed files with 210 additions and 5 deletions

View File

@@ -1,5 +1,4 @@
using { sap.capire.orders, OrdersService, sap.common } from '@capire/fiori/';
// using { sap.common } from '@sap/cds/common'; //> TODO this creates duplicated definitions
using { sap.capire.orders, OrdersService, sap.common } from '@capire/fiori';
namespace Z_bookshop.extension;
@@ -12,7 +11,6 @@ entity Z_SalesRegion: common.CodeList {
key regionCode : String(11);
}
// --- UI ---
annotate orders.Orders : Z_priority with @title : 'Priority';