From 5f9ccd6c0d04265f1fcf1b89e933b2616b542659 Mon Sep 17 00:00:00 2001 From: Gregor Wolf Date: Mon, 13 May 2024 16:29:32 +0200 Subject: [PATCH 1/2] add cds-launchpad-plugin --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index cbe99d23..0390d77a 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "@cap-js/sqlite": "^1.0.1", "@sap/ux-specification": "^1.108.4", "axios": "^1.4.0", + "cds-launchpad-plugin": "^2.1.8", "chai": "^4.3.7", "chai-as-promised": "^7.1.1", "chai-subset": "^1.6.0" From 626d4564089a467130c0ae6e65ea0894eaf46d97 Mon Sep 17 00:00:00 2001 From: Gregor Wolf Date: Mon, 13 May 2024 16:29:44 +0200 Subject: [PATCH 2/2] configure title for launchpad tile --- app/incidents/webapp/i18n/i18n.properties | 4 +++- app/incidents/webapp/manifest.json | 5 +++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/app/incidents/webapp/i18n/i18n.properties b/app/incidents/webapp/i18n/i18n.properties index 3d50fbd2..fa737628 100644 --- a/app/incidents/webapp/i18n/i18n.properties +++ b/app/incidents/webapp/i18n/i18n.properties @@ -6,4 +6,6 @@ appTitle=Incident-Management #YDES: Application description -appDescription=A Fiori application. \ No newline at end of file +appDescription=A Fiori application. + +flpTitle=Incident Management diff --git a/app/incidents/webapp/manifest.json b/app/incidents/webapp/manifest.json index beb63f8b..91ff34fc 100644 --- a/app/incidents/webapp/manifest.json +++ b/app/incidents/webapp/manifest.json @@ -23,7 +23,8 @@ "additionalParameters": "allowed" }, "semanticObject": "Incidents", - "action": "display" + "action": "display", + "title": "{{flpTitle}}" } } }, @@ -169,4 +170,4 @@ "registrationIds": [], "archeType": "transactional" } -} \ No newline at end of file +}