diff --git a/fiori/app/appconfig/fioriSandboxConfig.json b/fiori/app/appconfig/fioriSandboxConfig.json index 075ae333..b223b498 100644 --- a/fiori/app/appconfig/fioriSandboxConfig.json +++ b/fiori/app/appconfig/fioriSandboxConfig.json @@ -74,7 +74,10 @@ "title": "Browse Books", "signature": { "parameters": { - "Books.author.ID":{ + "Books.ID": { + "renameTo": "ID" + }, + "Authors.books.ID": { "renameTo": "ID" } }, @@ -91,8 +94,12 @@ "action": "display", "title": "Browse Authors", "signature": { - "parameters": {}, - "additionalParameters": "allowed" + "parameters": { + "Books.author.ID":{ + "renameTo": "ID" + } + }, + "additionalParameters": "ignored" }, "resolutionResult": { "applicationType": "SAPUI5", diff --git a/fiori/app/browse/webapp/manifest.json b/fiori/app/browse/webapp/manifest.json index 086a2abe..f6f9b348 100644 --- a/fiori/app/browse/webapp/manifest.json +++ b/fiori/app/browse/webapp/manifest.json @@ -22,6 +22,34 @@ "id": "ui5template.basicSAPUI5ApplicationProject", "-id": "ui5template.smartTemplate", "version": "1.40.12" + }, + "crossNavigation": { + "inbounds": { + "intent1": { + "signature": { + "parameters": { + "Books.ID":{ + "renameTo": "ID" + }, + "Authors.books.ID": { + "renameTo": "ID" + } + }, + "additionalParameters": "ignored" + }, + "semanticObject": "Books", + "action": "display", + "title": "{{appTitle}}", + "info": "{{appInfo}}", + "subTitle": "{{appSubTitle}}", + "icon": "sap-icon://course-book", + "indicatorDataSource": { + "dataSource": "CatalogService", + "path": "Books/$count", + "refresh": 1800 + } + } + } } }, "sap.ui5": {