This commit is contained in:
Daniel
2022-08-08 16:44:11 +02:00
committed by Christian Georgi
parent 5bda368169
commit 1e78d115cc
5 changed files with 8 additions and 4379 deletions

4
.gitignore vendored
View File

@@ -19,7 +19,3 @@ reviews/db/test.db
*.openapi3.json *.openapi3.json
*.db *.db
!fiori-ext/node_modules/
!fiori-ext/node_modules/@capire/
!fiori-ext/node_modules/@capire/fiori/

View File

@@ -15,8 +15,8 @@ entity Z_SalesRegion: common.CodeList {
// --- UI --- // --- UI ---
annotate orders.Orders : Z_priority with @title : '{i18n>Orders_priority_col}'; annotate orders.Orders : Z_priority with @title : 'Priority';
annotate Z_SalesRegion : name with @title : '{i18n>SalesRegion_name_col}'; annotate Z_SalesRegion : name with @title : 'Sales Region';
annotate OrdersService.Orders with @UI.LineItem : [ annotate OrdersService.Orders with @UI.LineItem : [
... up to { Value: OrderNo }, ... up to { Value: OrderNo },

View File

@@ -1,2 +0,0 @@
SalesRegion_name_col = Sales Region
Orders_priority_col = Priority

File diff suppressed because it is too large Load Diff

View File

@@ -4,6 +4,7 @@
"dependencies": { "dependencies": {
"@capire/bookstore": "*", "@capire/bookstore": "*",
"@sap/cds": ">=5", "@sap/cds": ">=5",
"@sap/cds-mtxs": "^1",
"@sap/cds-odata-v2-adapter-proxy": "^1.9.0", "@sap/cds-odata-v2-adapter-proxy": "^1.9.0",
"express": "^4.17.1", "express": "^4.17.1",
"passport": ">=0.4.1" "passport": ">=0.4.1"
@@ -43,10 +44,13 @@
"[production]": { "[production]": {
"model": "db/hana" "model": "db/hana"
} }
} },
"multitenancy": true,
"toggles": true,
"extensibility": true
}, },
"hana": { "hana": {
"deploy-format": "hdbtable" "deploy-format": "hdbtable"
} }
} }
} }