From b1c370b146840c7e1643de185380522a095400e3 Mon Sep 17 00:00:00 2001 From: yash sharma Date: Sat, 23 Sep 2023 12:35:57 +0530 Subject: [PATCH 1/2] define all fields in UI order Signed-off-by: yash sharma --- schemas/configuration/uiSchemaDesignImport.json | 2 +- schemas/configuration/uiSchemaFilter.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/schemas/configuration/uiSchemaDesignImport.json b/schemas/configuration/uiSchemaDesignImport.json index cda5d015..f7480cdf 100644 --- a/schemas/configuration/uiSchemaDesignImport.json +++ b/schemas/configuration/uiSchemaDesignImport.json @@ -2,5 +2,5 @@ "uploadType": { "ui:widget": "radio" }, - "ui:order" : ["name", "uploadType"] + "ui:order" : ["name", "uploadType", "file", "url"] } \ No newline at end of file diff --git a/schemas/configuration/uiSchemaFilter.json b/schemas/configuration/uiSchemaFilter.json index 5841790a..e49166b0 100644 --- a/schemas/configuration/uiSchemaFilter.json +++ b/schemas/configuration/uiSchemaFilter.json @@ -1,3 +1,3 @@ { - "ui:order" : ["name", "uploadType", "config"] + "ui:order" : ["name", "uploadType", "config", "file", "url"] } \ No newline at end of file From ee21e8172af0947beae9cf612f2268393f772e13 Mon Sep 17 00:00:00 2001 From: yash sharma Date: Sat, 23 Sep 2023 13:01:47 +0530 Subject: [PATCH 2/2] update ui order in application uischema Signed-off-by: yash sharma --- schemas/configuration/uiSchemaApplication.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/configuration/uiSchemaApplication.json b/schemas/configuration/uiSchemaApplication.json index 5c2bb626..51685039 100644 --- a/schemas/configuration/uiSchemaApplication.json +++ b/schemas/configuration/uiSchemaApplication.json @@ -2,5 +2,5 @@ "applicationType": { "ui:widget": "radio" }, - "ui:order" : ["name", "applicationType"] + "ui:order" : ["name", "applicationType", "file", "url"] } \ No newline at end of file