From 6f904dfdefa4f3696592c415577bab511817d47c Mon Sep 17 00:00:00 2001 From: Herberts Markuns Date: Fri, 17 Oct 2025 11:23:08 +0300 Subject: [PATCH 1/2] #4575 Clarify that Dashboard widget contents are inert in edit mode --- articles/components/dashboard/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/components/dashboard/index.adoc b/articles/components/dashboard/index.adoc index f316f2233b..184178aaf9 100644 --- a/articles/components/dashboard/index.adoc +++ b/articles/components/dashboard/index.adoc @@ -360,7 +360,7 @@ You can make dynamic dashboards editable by turning on editing mode, as seen in .Editing mode should be temporary. [NOTE] -The end user turns on editing mode when they want to edit the dashboard's contents and turns it off when they finish editing. When turned off, you typically want to persist the dashboard configuration to a storage. +The end user turns on editing mode when they want to edit the dashboard's contents and turns it off when they finish editing. When turned off, you typically want to persist the dashboard configuration to a storage. While in editing mode, the widget contents are inert, meaning they are visible but not interactable. The following operations are available in editing mode. From 85ff5cc8ef873876c924dbe5d878420737317419 Mon Sep 17 00:00:00 2001 From: Herberts Markuns Date: Fri, 17 Oct 2025 11:27:55 +0300 Subject: [PATCH 2/2] Adjust message according to AI language review suggestion --- articles/components/dashboard/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/components/dashboard/index.adoc b/articles/components/dashboard/index.adoc index 184178aaf9..e2d199e986 100644 --- a/articles/components/dashboard/index.adoc +++ b/articles/components/dashboard/index.adoc @@ -360,7 +360,7 @@ You can make dynamic dashboards editable by turning on editing mode, as seen in .Editing mode should be temporary. [NOTE] -The end user turns on editing mode when they want to edit the dashboard's contents and turns it off when they finish editing. When turned off, you typically want to persist the dashboard configuration to a storage. While in editing mode, the widget contents are inert, meaning they are visible but not interactable. +The end user turns on editing mode when they want to edit the dashboard's contents and turns it off when they finish editing. When turned off, you typically want to persist the dashboard configuration to a storage. While in editing mode, the widget contents are visible but not interactable. The following operations are available in editing mode.