diff --git a/fiori/app/admin-fiori.html b/fiori/app/admin-fiori.html index aa455310..c0e6ddea 100644 --- a/fiori/app/admin-fiori.html +++ b/fiori/app/admin-fiori.html @@ -1,41 +1,40 @@ - + + + + + Bookshop - - - - Bookshop - - + }; + - - - + + - - - - \ No newline at end of file + + + + diff --git a/fiori/app/admin/webapp/manifest.json b/fiori/app/admin/webapp/manifest.json index 92d7cc7a..74df0757 100644 --- a/fiori/app/admin/webapp/manifest.json +++ b/fiori/app/admin/webapp/manifest.json @@ -23,6 +23,9 @@ }, "sap.ui5": { "flexEnabled": true, + "config": { + "experimentalCAPScenario": true + }, "dependencies": { "libs": { "sap.fe.templates": {} diff --git a/fiori/package.json b/fiori/package.json index 70f23ff7..6e40581e 100644 --- a/fiori/package.json +++ b/fiori/package.json @@ -35,9 +35,7 @@ }, "db": { "kind": "sqlite", - "credentials": { - "database": "sqlite.db" - } + "model": "*" } } } diff --git a/fiori/test.http b/fiori/test.http index 5cff3ee0..fa8aac45 100644 --- a/fiori/test.http +++ b/fiori/test.http @@ -4,7 +4,7 @@ Content-Type: application/json { "extensions": [ - "{\"extend\":\"AdminService.Books\",\"elements\":{\"ab c\":{\"type\":\"cds.Integer\"}}}" + "{\"extend\":\"AdminService.Books\",\"elements\":{\"neuesFeld2\":{\"type\":\"cds.String\", \"default\":\"hallo\"}}}" ] } diff --git a/orders/app/orders/webapp/manifest.json b/orders/app/orders/webapp/manifest.json index 7fa112de..4da76b31 100644 --- a/orders/app/orders/webapp/manifest.json +++ b/orders/app/orders/webapp/manifest.json @@ -23,6 +23,9 @@ }, "sap.ui5": { "flexEnabled": true, + "config": { + "experimentalCAPScenario": true + }, "dependencies": { "libs": { "sap.fe.templates": {} diff --git a/package.json b/package.json index cdf67de9..447be96f 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@capire/media": "./media", "@capire/orders": "./orders", "@capire/reviews": "./reviews", - "@sap/cds": "git+https://github.tools.sap/cap/cds.git#runtime/ui-flex-prod", + "@sap/cds": "git+https://github.tools.sap/cap/cds.git", "@sap/cds-dk": "*" }, "devDependencies": {