From 9fe16edc55bf7509da04c36821ffb2b57b057720 Mon Sep 17 00:00:00 2001 From: Gregor Wolf Date: Fri, 12 Nov 2021 23:48:26 +0100 Subject: [PATCH] fix manifest issues --- fiori/app/authors/webapp/manifest.json | 42 +++++++++++++++++++++++--- fiori/app/browse/webapp/manifest.json | 17 ++++++++--- 2 files changed, 51 insertions(+), 8 deletions(-) diff --git a/fiori/app/authors/webapp/manifest.json b/fiori/app/authors/webapp/manifest.json index f51a862d..7efe933c 100644 --- a/fiori/app/authors/webapp/manifest.json +++ b/fiori/app/authors/webapp/manifest.json @@ -1,11 +1,14 @@ { - "_version": "1.8.0", + "_version": "1.28.0", "sap.app": { "id": "authors", "type": "application", "title": "Browse Authors", "description": "Sample Application", "i18n": "i18n/i18n.properties", + "applicationVersion": { + "version": "1.0.0" + }, "dataSources": { "CatalogService": { "uri": "/browse/", @@ -15,14 +18,40 @@ } } }, - "-sourceTemplate": { + "sourceTemplate": { "id": "ui5template.basicSAPUI5ApplicationProject", "-id": "ui5template.smartTemplate", - "-version": "1.40.12" + "version": "1.40.12" + }, + "crossNavigation": { + "inbounds": { + "intent1": { + "signature": { + "parameters": { + "Books.author.ID":{ + "renameTo": "ID" + } + }, + "additionalParameters": "ignored" + }, + "semanticObject": "Authors", + "action": "display", + "title": "{{appTitle}}", + "info": "{{appInfo}}", + "subTitle": "{{appSubTitle}}", + "icon": "sap-icon://SAP-icons-TNT/user", + "indicatorDataSource": { + "dataSource": "CatalogService", + "path": "Authors/$count", + "refresh": 1800 + } + } + } } }, "sap.ui5": { "dependencies": { + "minUI5Version": "1.81.0", "libs": { "sap.fe.templates": {} } @@ -98,7 +127,12 @@ }, "sap.ui": { "technology": "UI5", - "fullWidth": false + "fullWidth": false, + "deviceTypes":{ + "desktop": true, + "tablet": true, + "phone": true + } }, "sap.fiori": { "registrationIds": [], diff --git a/fiori/app/browse/webapp/manifest.json b/fiori/app/browse/webapp/manifest.json index e2b4d3de..086a2abe 100644 --- a/fiori/app/browse/webapp/manifest.json +++ b/fiori/app/browse/webapp/manifest.json @@ -1,11 +1,14 @@ { - "_version": "1.8.0", + "_version": "1.28.0", "sap.app": { "id": "bookshop", "type": "application", "title": "Browse Books", "description": "Sample Application", "i18n": "i18n/i18n.properties", + "applicationVersion": { + "version": "1.0.0" + }, "dataSources": { "CatalogService": { "uri": "/browse/", @@ -15,14 +18,15 @@ } } }, - "-sourceTemplate": { + "sourceTemplate": { "id": "ui5template.basicSAPUI5ApplicationProject", "-id": "ui5template.smartTemplate", - "-version": "1.40.12" + "version": "1.40.12" } }, "sap.ui5": { "dependencies": { + "minUI5Version": "1.81.0", "libs": { "sap.fe.templates": {} } @@ -98,7 +102,12 @@ }, "sap.ui": { "technology": "UI5", - "fullWidth": false + "fullWidth": false, + "deviceTypes":{ + "desktop": true, + "tablet": true, + "phone": true + } }, "sap.fiori": { "registrationIds": [],