From ed290fd549c544d6f4b36dc3556f54dc3c9e08ce Mon Sep 17 00:00:00 2001 From: Le Ngoc Danh <127722015+lndanh-axonivy@users.noreply.github.com> Date: Mon, 26 Aug 2024 14:47:36 +0700 Subject: [PATCH] =?UTF-8?q?IVYPORTAL-17457=20Disable=20quick=20search=20fo?= =?UTF-8?q?r=20field=20description=20in=20case=20wi=E2=80=A6=20(#975)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * IVYPORTAL-17457 Disable quick search for field description in case widget by default: update json dashboard * IVYPORTAL-17457 Disable quick search for field description in case widget by default: update json dashboard * IVYPORTAL-17457 Disable quick search for field description in case widget by default: update json dashboard * IVYPORTAL-17457 Disable quick search for field description in case widget by default: update json dashboard --------- Co-authored-by: lndanh-axonivy --- .../resources/testFile/Dashboard_Dashboard_Export.json | 3 ++- .../dashboard-case-widget-has-quicksearch.json | 3 ++- .../resources/testFile/default-dashboard.json | 4 ++-- .../portal/config/variables/Portal/Dashboard.json | 4 ++-- .../config/variables/Portal/DashboardTemplates.json | 10 ++++++---- 5 files changed, 14 insertions(+), 10 deletions(-) diff --git a/AxonIvyPortal/portal-selenium-test/resources/testFile/Dashboard_Dashboard_Export.json b/AxonIvyPortal/portal-selenium-test/resources/testFile/Dashboard_Dashboard_Export.json index 0ce6258915f..5876c764908 100644 --- a/AxonIvyPortal/portal-selenium-test/resources/testFile/Dashboard_Dashboard_Export.json +++ b/AxonIvyPortal/portal-selenium-test/resources/testFile/Dashboard_Dashboard_Export.json @@ -139,7 +139,8 @@ }, { "field": "description", - "visible": false + "visible": false, + "quickSearch": false }, { "field": "state", diff --git a/AxonIvyPortal/portal-selenium-test/resources/testFile/dashboard-case-widget-has-quicksearch.json b/AxonIvyPortal/portal-selenium-test/resources/testFile/dashboard-case-widget-has-quicksearch.json index 8e298e0dc3e..9429227adba 100644 --- a/AxonIvyPortal/portal-selenium-test/resources/testFile/dashboard-case-widget-has-quicksearch.json +++ b/AxonIvyPortal/portal-selenium-test/resources/testFile/dashboard-case-widget-has-quicksearch.json @@ -49,7 +49,8 @@ }, { "field": "description", - "visible": false + "visible": false, + "quickSearch": false }, { "field": "state" diff --git a/AxonIvyPortal/portal-selenium-test/resources/testFile/default-dashboard.json b/AxonIvyPortal/portal-selenium-test/resources/testFile/default-dashboard.json index 5f4d90197b1..182c67ce784 100644 --- a/AxonIvyPortal/portal-selenium-test/resources/testFile/default-dashboard.json +++ b/AxonIvyPortal/portal-selenium-test/resources/testFile/default-dashboard.json @@ -70,7 +70,7 @@ { "field": "description", "visible": false, - "quickSearch": true + "quickSearch": false }, { "field": "activator", @@ -152,7 +152,7 @@ { "field": "description", "visible": false, - "quickSearch": true + "quickSearch": false }, { "field": "state" diff --git a/AxonIvyPortal/portal/config/variables/Portal/Dashboard.json b/AxonIvyPortal/portal/config/variables/Portal/Dashboard.json index 3cd6840fdbf..2968b5b8265 100644 --- a/AxonIvyPortal/portal/config/variables/Portal/Dashboard.json +++ b/AxonIvyPortal/portal/config/variables/Portal/Dashboard.json @@ -71,7 +71,7 @@ { "field": "description", "visible": false, - "quickSearch": true + "quickSearch": false }, { "field": "activator", @@ -153,7 +153,7 @@ { "field": "description", "visible": false, - "quickSearch": true + "quickSearch": false }, { "field": "state" diff --git a/AxonIvyPortal/portal/config/variables/Portal/DashboardTemplates.json b/AxonIvyPortal/portal/config/variables/Portal/DashboardTemplates.json index bc52a6c067a..d1f8b300f32 100644 --- a/AxonIvyPortal/portal/config/variables/Portal/DashboardTemplates.json +++ b/AxonIvyPortal/portal/config/variables/Portal/DashboardTemplates.json @@ -92,7 +92,7 @@ { "field": "description", "visible": false, - "quickSearch": true + "quickSearch": false }, { "field": "activator", @@ -173,7 +173,7 @@ { "field": "description", "visible": false, - "quickSearch": true + "quickSearch": false }, { "field": "state" @@ -427,7 +427,8 @@ }, { "field": "description", - "visible": false + "visible": false, + "quickSearch": false }, { "field": "activator", @@ -489,7 +490,8 @@ }, { "field": "description", - "visible": false + "visible": false, + "quickSearch": false }, { "field": "activator",