You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[canvas] fix embeddables not refreshing on manual refresh or auto-refresh (elastic#221326)
Fixeselastic#221321
### test instructions
1) install sample web logs
2) import canvas saved object
https://github.com/nreese/notes/blob/master/empty-canvas-workpad-saved-object-export.ndjson
3) refresh kibana
4) open canvas and add map embeddable
5) open browser network tab
6) click "Refresh data" button. Verify map requests new data
7) open "View" menu. Click "Refresh data". Verify map requests new data
8) set auto internal to "5s". Verify map requests new data on each
interval
---------
Co-authored-by: Elastic Machine <[email protected]>
(cherry picked from commit e937e91)
# Conflicts:
# x-pack/platform/plugins/private/canvas/public/components/hooks/use_canvas_api.tsx
# x-pack/platform/plugins/private/canvas/types/embeddables.ts
Copy file name to clipboardExpand all lines: x-pack/platform/plugins/private/canvas/public/components/workpad_header/fullscreen_control/fullscreen_control.tsx
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ import PropTypes from 'prop-types';
Copy file name to clipboardExpand all lines: x-pack/platform/plugins/private/canvas/public/components/workpad_header/refresh_control/refresh_control.component.tsx
0 commit comments