From 08a6d572f605daf1bbffc772af6d44e648ced810 Mon Sep 17 00:00:00 2001 From: Kawika Avilla Date: Mon, 30 Aug 2021 21:33:29 -0700 Subject: [PATCH] [1.x][Purify] Remove deprecation message in batchSearches settings Remove deprecation message from batchSearches in advanced settings. It referenced OpenSearch Dashboards 8.0, which is just from the legacy application. No plan to deprecate yet. Issue resolved: https://github.com/opensearch-project/OpenSearch-Dashboards/issues/363 Backport PR: https://github.com/opensearch-project/OpenSearch-Dashboards/pull/735 Signed-off-by: Kawika Avilla --- src/plugins/data/server/ui_settings.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/plugins/data/server/ui_settings.ts b/src/plugins/data/server/ui_settings.ts index 6f492eb5a511..8b82c7efdbfe 100644 --- a/src/plugins/data/server/ui_settings.ts +++ b/src/plugins/data/server/ui_settings.ts @@ -291,13 +291,6 @@ export function getUiSettings(): Record> { away or update the query. When enabled, dashboard panels will load together when all of the data is loaded, and searches will not terminate.`, }), - deprecation: { - message: i18n.translate('data.advancedSettings.courier.batchSearchesTextDeprecation', { - defaultMessage: - 'This setting is deprecated and will be removed in OpenSearch Dashboards 8.0.', - }), - docLinksKey: 'opensearchDashboardsSearchSettings', - }, category: ['search'], schema: schema.boolean(), },