From d3d2661fb98d14b6daf37f4700c3c6a00bc0b041 Mon Sep 17 00:00:00 2001 From: ChadRehmKineticData Date: Fri, 29 Mar 2024 15:19:01 -0500 Subject: [PATCH] KP-7967 update display type v6.0.5 of the platform remove the display type Display Page. This update aligns the platform templates with the v6.0.5 of the platform. --- core/space.json | 6 +++--- core/space/kapps/admin.json | 5 ----- core/space/kapps/datastore.json | 5 ----- core/space/kapps/queue.json | 5 ----- core/space/kapps/tech-bar.json | 5 ----- 5 files changed, 3 insertions(+), 23 deletions(-) diff --git a/core/space.json b/core/space.json index 366d361..feb3575 100644 --- a/core/space.json +++ b/core/space.json @@ -140,14 +140,14 @@ ] } ], - "bundlePath": "", + "bundlePath": null, "customTranslationContexts": [ ], "defaultLocale": "en", "defaultTimezone": "America/Chicago", - "displayType": "Single Page App", - "displayValue": "https://s3.amazonaws.com/kinops.io/bundles/default/releases/5.x.x/index.html", + "displayType": "Platform", + "displayValue": "", "enabledLocales": [ "en" ], diff --git a/core/space/kapps/admin.json b/core/space/kapps/admin.json index 1caae38..f33a1c2 100644 --- a/core/space/kapps/admin.json +++ b/core/space/kapps/admin.json @@ -50,12 +50,7 @@ ] } ], - "bundlePath": "admin", - "defaultFormConfirmationPage": null, - "defaultFormDisplayPage": null, "defaultSubmissionLabelExpression": "", - "displayType": "Display Page", - "displayValue": null, "fields": [ { "name": "Assigned Individual", diff --git a/core/space/kapps/datastore.json b/core/space/kapps/datastore.json index 5cce89d..8d46920 100644 --- a/core/space/kapps/datastore.json +++ b/core/space/kapps/datastore.json @@ -3,12 +3,7 @@ "attributes": [ ], - "bundlePath": null, - "defaultFormConfirmationPage": null, - "defaultFormDisplayPage": null, "defaultSubmissionLabelExpression": null, - "displayType": "Display Page", - "displayValue": null, "fields": [ ], diff --git a/core/space/kapps/queue.json b/core/space/kapps/queue.json index f3429a9..73c49a5 100644 --- a/core/space/kapps/queue.json +++ b/core/space/kapps/queue.json @@ -38,12 +38,7 @@ ] } ], - "bundlePath": "webpack", - "defaultFormConfirmationPage": "space.jsp", - "defaultFormDisplayPage": "space.jsp", "defaultSubmissionLabelExpression": "${form('name')}", - "displayType": "Display Page", - "displayValue": "space.jsp", "fields": [ { "name": "Deferral Token", diff --git a/core/space/kapps/tech-bar.json b/core/space/kapps/tech-bar.json index 0bd62a7..d07cec5 100644 --- a/core/space/kapps/tech-bar.json +++ b/core/space/kapps/tech-bar.json @@ -19,12 +19,7 @@ ] } ], - "bundlePath": null, - "defaultFormConfirmationPage": null, - "defaultFormDisplayPage": null, "defaultSubmissionLabelExpression": null, - "displayType": "Display Page", - "displayValue": null, "fields": [ { "name": "Assigned Individual",