Saved Object Import UI - Multiple modals show up but there is no wait for user input (when input format is JSON) #75795
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Saved Objects
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
Kibana version: 7.8.1, 7.9.0
Elasticsearch version: aligned
Browser version: Version 84.0.4147.135 (Official Build) (64-bit)
Browser OS version: MacOS Mojave 10.14.6 (18G4032)
Describe the bug:
Importing several objects in Saved Objects UI and disabling automatic overwrite.
If there are multiple objects to overwrite, the Kibana UI triggers multiple modals to prompt for
cancel
oroverwrite
but they cannot be used.Only the last one is shown and Kibana keeps waiting for all the modals (no more visible).
This only happens when the data format is JSON (e.g. coming from 6.x)
Steps to reproduce:
Sample web logs
in a Kibana 6.8Stack management / Saved Objects
Automatically overwrite all saved objects?
Automatically overwrite all saved objects?
Expected behavior:
Wait for user input when asked to overwrite, as it seems to happen for NDJSON format.
Screenshots (if relevant):
Errors in browser console (if relevant):
409 errors, but I think they're triggered when checking if it exists.
Any additional context:
This can happen when a user wants to replicate a behavior in different environments.
The text was updated successfully, but these errors were encountered: