Skip to content

Commit

Permalink
[1.x][Purify] Remove deprecation message in batchSearches settings (#749
Browse files Browse the repository at this point in the history
)

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:
#363

Backport PR:
#735

Signed-off-by: Kawika Avilla <[email protected]>
  • Loading branch information
kavilla authored Aug 31, 2021
1 parent 0a9f4c3 commit 5e9ec50
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/plugins/data/server/ui_settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,13 +291,6 @@ export function getUiSettings(): Record<string, UiSettingsParams<unknown>> {
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(),
},
Expand Down

0 comments on commit 5e9ec50

Please sign in to comment.