-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Surface relationships between Saved Objects when saving #5947
Comments
I wonder if we should get away from the browser "confirmation" window and use something custom so we can add formatting. I can image that list of affected components could get pretty big. |
@simianhacker I totally support using custom alerts/dialogs/modals vs using the built-in browser confirm() alert, but I agree that it's a large change (all of our current confirmation logic would need to be converted from sync to async for example). |
Just want to note that this issue is focused on communicating the relationships between Saved Objects, not necessarily the UI vehicle for doing so (e.g. confirmation modal). |
@cjcenizal related to this? #8804 |
Pinging @elastic/kibana-platform |
Closing since #28199 adds the ability for Saved Objects to define references and these can be surfaced in the UI should plugins wish to expose this. |
When you edit a visualization or saved search, you do not know what objects it may affect. It would be nice to have a confirmation dialog explicitly telling the user that this action will affect a list of objects, with an "OK" or "Cancel" as options.
The text was updated successfully, but these errors were encountered: