From f5cb53adf841c48fd07d7ffc2cce3d423d4c4158 Mon Sep 17 00:00:00 2001 From: Gregor Wolf Date: Fri, 12 Nov 2021 23:48:51 +0100 Subject: [PATCH] add inbounds parameter --- fiori/app/appconfig/fioriSandboxConfig.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/fiori/app/appconfig/fioriSandboxConfig.json b/fiori/app/appconfig/fioriSandboxConfig.json index 5b21b051..075ae333 100644 --- a/fiori/app/appconfig/fioriSandboxConfig.json +++ b/fiori/app/appconfig/fioriSandboxConfig.json @@ -14,7 +14,6 @@ "tiles": [ { "id": "BrowseBooks", - "size": "1×1", "tileType": "sap.ushell.ui.tile.StaticTile", "properties": { "title": "Browse Books", @@ -23,7 +22,6 @@ }, { "id": "BrowseAuthors", - "size": "1×1", "tileType": "sap.ushell.ui.tile.StaticTile", "properties": { "title": "Browse Authors", @@ -41,7 +39,6 @@ "tiles": [ { "id": "ManageBooks", - "size": "1×1", "tileType": "sap.ushell.ui.tile.StaticTile", "properties": { "title": "Manage Books", @@ -50,7 +47,6 @@ }, { "id": "ManageOrders", - "size": "1×1", "tileType": "sap.ushell.ui.tile.StaticTile", "properties": { "title": "Manage Orders", @@ -77,8 +73,12 @@ "action": "display", "title": "Browse Books", "signature": { - "parameters": {}, - "additionalParameters": "allowed" + "parameters": { + "Books.author.ID":{ + "renameTo": "ID" + } + }, + "additionalParameters": "ignored" }, "resolutionResult": { "applicationType": "SAPUI5",