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
Describe the bug:
Clicking "Export Everything" from the Saved Objects Management screen should export all saved objects of specific types. The type filtering is not being applied correctly, which results in ALL saved objects being exported (including, for example, the config object). This appears to be a regression introduced with #17426
The text was updated successfully, but these errors were encountered:
Fixes#21416 - this is identical to #21402, but adds testing to prevent a regression.
@chrisronline in the interest of speed, time, and stability for 6.4, I opted not to do a full functional test, but rather an API test to ensure that the API endpoint was interacting with the Saved Objects Client as expected.
legrego
added a commit
to legrego/kibana
that referenced
this issue
Jul 31, 2018
Fixeselastic#21416 - this is identical to elastic#21402, but adds testing to prevent a regression.
@chrisronline in the interest of speed, time, and stability for 6.4, I opted not to do a full functional test, but rather an API test to ensure that the API endpoint was interacting with the Saved Objects Client as expected.
legrego
added a commit
to legrego/kibana
that referenced
this issue
Jul 31, 2018
Fixeselastic#21416 - this is identical to elastic#21402, but adds testing to prevent a regression.
@chrisronline in the interest of speed, time, and stability for 6.4, I opted not to do a full functional test, but rather an API test to ensure that the API endpoint was interacting with the Saved Objects Client as expected.
Fixes#21416 - this is identical to #21402, but adds testing to prevent a regression.
@chrisronline in the interest of speed, time, and stability for 6.4, I opted not to do a full functional test, but rather an API test to ensure that the API endpoint was interacting with the Saved Objects Client as expected.
Kibana version: 6.4
Describe the bug:
Clicking "Export Everything" from the Saved Objects Management screen should export all saved objects of specific types. The type filtering is not being applied correctly, which results in ALL saved objects being exported (including, for example, the
config
object). This appears to be a regression introduced with #17426The text was updated successfully, but these errors were encountered: