-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[ML] Fixing the hiding of the timepicker on the settings and data visualizer landing page #30200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ML] Fixing the hiding of the timepicker on the settings and data visualizer landing page #30200
Conversation
|
Pinging @elastic/ml-ui |
walterra
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
peteharverson
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
91d6074 to
dcbd24d
Compare
alvarezmelissa87
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM ⚡️
💚 Build Succeeded |
|
Latest changes LGTM 👍 |
💚 Build Succeeded |
…ualizer landing page (elastic#30200) * [ML] Fixing the hiding of the timepicker on the settings page * disabling timefilter on file data visualizer pages * removing comment
…ualizer landing page (elastic#30200) * [ML] Fixing the hiding of the timepicker on the settings page * disabling timefilter on file data visualizer pages * removing comment
…ualizer landing page (elastic#30200) * [ML] Fixing the hiding of the timepicker on the settings page * disabling timefilter on file data visualizer pages * removing comment
The calls to disable the timepicker on the settings page were not inside the directive's
linkfunction and so were only ever being called once and not every time the user navigated to the page.