-
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
editing an existing visualisation and saving will not ask for confirmation and creates duplicate #7081
Comments
It sounds like someone went hacking around in the object editor and changed the name of something. |
That could very well be the case, as I see that title in the URL and the title in the UI of the object settings is different. Is there any proper way to change the title of an visualisation, without having to recreate it and loosing all the references in the dashboards? |
Replacing with #2735 |
Do we have a known-workaround for this issue ? |
`87.1.0` ➡️ `87.2.0` ## [`87.2.0`](https://github.com/elastic/eui/tree/v87.2.0) - `EuiResizableButton` is now available as a generic top-level export ([#7087](elastic/eui#7087)) - Added new `alignIndicator` prop to `EuiResizableButton`. Defaults to `center`, and can now additionally be configured to `start` and `end` ([#7087](elastic/eui#7087)) - Updated `useGeneratedHtmlId` hook to use `React.useId` as the source of unique identifiers when available ([#7095](elastic/eui#7095)) **CSS-in-JS conversions** - Converted `EuiResizableButton` to Emotion; Removed `$euiResizableButtonTransitionSpeed` and `$euiResizableButtonSize` ([#7081](elastic/eui#7081)) - Converted `EuiResizableCollapseButton` to Emotion ([#7091](elastic/eui#7091)) --------- Co-authored-by: Cee Chen <[email protected]>
When opening particular saved visualisations, when saving and overriding the visualisation, the UI will not ask me for a confirmation. Additionally, instead of overriding the saved visualisation, I now have two visualisations with the same name.
The text was updated successfully, but these errors were encountered: