.
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -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/
|
|
||||||
|
|||||||
@@ -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 },
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
SalesRegion_name_col = Sales Region
|
|
||||||
Orders_priority_col = Priority
|
|
||||||
4369
fiori-ext/node_modules/@capire/fiori/index.csn
generated
vendored
4369
fiori-ext/node_modules/@capire/fiori/index.csn
generated
vendored
File diff suppressed because it is too large
Load Diff
@@ -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,7 +44,10 @@
|
|||||||
"[production]": {
|
"[production]": {
|
||||||
"model": "db/hana"
|
"model": "db/hana"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"multitenancy": true,
|
||||||
|
"toggles": true,
|
||||||
|
"extensibility": true
|
||||||
},
|
},
|
||||||
"hana": {
|
"hana": {
|
||||||
"deploy-format": "hdbtable"
|
"deploy-format": "hdbtable"
|
||||||
|
|||||||
Reference in New Issue
Block a user