Skip to content
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

Assets are lost on history navigation #25303

Closed
rashidkpc opened this issue Nov 7, 2018 · 1 comment · Fixed by #25359
Closed

Assets are lost on history navigation #25303

rashidkpc opened this issue Nov 7, 2018 · 1 comment · Fixed by #25359
Assignees
Labels
blocker bug Fixes for quality problems that affect the customer experience PR sent Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas v6.5.0 v7.0.0

Comments

@rashidkpc
Copy link
Contributor

There's a bug with asset writing that can cause the images assets from one workpad to clobber another

To reproduce:

  1. Create a workpad with an image element
  2. Create a new workpad with a different image
  3. Open the first workpad.
  4. Hit the back button in the browser
  5. Observe warning triangle. Open asset manage, observe that first workpad now has the image from the 2nd.

It appears to be the entire asset key that is getting clobbered, so you could also make a new workpad with no images, do the back button thing, and observe the empty asset list. I just wanted to make it clear that what was happening was that the asset key from one workpad was clobbering others.

@rashidkpc rashidkpc added blocker v7.0.0 v6.5.0 Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas labels Nov 7, 2018
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-canvas

@w33ble w33ble self-assigned this Nov 7, 2018
@w33ble w33ble added the bug Fixes for quality problems that affect the customer experience label Nov 7, 2018
@w33ble w33ble added the PR sent label Nov 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocker bug Fixes for quality problems that affect the customer experience PR sent Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas v6.5.0 v7.0.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants