Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix "Export Everything" to properly constrain types (elastic#21402)
This fixes the "Export Everything" button on the Saved Objects Management screen so that the export properly constrains the saved object types returned. Previously, this endpoint was incorrectly returning objects that were not requested (such as the `config` object). This behavior is exacerbated with [Spaces](elastic#18948) because the export button would incorrectly export the Space objects, which in turn do not make sense to import.
- Loading branch information