mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[Dashboard] fix Export CSV doesnt work (#198547)
Closes https://github.com/elastic/kibana/issues/198517 https://github.com/elastic/kibana/pull/193644 refactored Dashboard services. Part of this refactor moved `fieldFormats` from `data.fieldFormats` to getting `fieldFormats` directly from the fieldFormats plugin. That is because `data.fieldFormats` is marked as deprecated. The problem is that the fieldFormats plugin was not defined under `requiredPlugins` and thus was undefined at runtime. ### Test instructions 1) install web logs sample data 2) open web logs sample data dashboard 3) hover over "[Logs] Response Codes Over Time + Annotations" panel and select "three dots" icon. Then select "Download CSV". Verify there are no errors in web browser console and CSV is downloaded.
This commit is contained in:
parent
7701087f44
commit
0cd2d924de
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
"dataViews",
|
||||
"dataViewEditor",
|
||||
"embeddable",
|
||||
"fieldFormats",
|
||||
"controls",
|
||||
"inspector",
|
||||
"navigation",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue