Skip to content

Commit

Permalink
Require page reload when changing timepicker:quickRanges (elastic#1…
Browse files Browse the repository at this point in the history
…73747)

## Summary

fix elastic#172601

I reviewed how this setting is used. It is directly used in a lot of
places and it is hard to guarantee/fix that all places pick up the new
setting. Safer to ask to reload.

(cherry picked from commit 36c9d5d)
  • Loading branch information
Dosant committed Dec 20, 2023
1 parent c6dc1b8 commit 9298252
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/data/server/ui_settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@ export function getUiSettings(
'</a>',
},
}),
requiresPageReload: true,
schema: enableValidations
? schema.arrayOf(
schema.object({
Expand Down

0 comments on commit 9298252

Please sign in to comment.