Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
2.0.0
-
None
Description
Create app with name "app1"
Destroy it
Try to create new with name "app1"
JS error appears:
Uncaught Error: Attempted to handle event `pushedData` on <App.SliderApp:ember869:1424773763124_4> while in state root.deleted.uncommitted.
New app is actually created but can't pushed to the DS.store.
After page refresh new app is available on the Slider UI.