-
Notifications
You must be signed in to change notification settings - Fork 2
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
Bad state when deleting then re-registering dataset in succession #427
Comments
Still looking into this one, and I think I've tracked it down... when we hit the error state, it seems that we are actually winding up in this error-handler: https://github.com/whole-tale/dashboard/blob/master/app/components/dashboard/manage/left-panel/component.js#L163-L165 It would seem that I forgot to fill out this The error stacktrace that was being suppressed is similar to the one reported in #395:
This bug seems to occur when Ember.js attempts to automatically reload a model that has since been deleted from the server (e.g. when |
This will likely need the same type of fix as was used in #610 ... |
Steps to Reproduce
From #424 (comment)
Expected Results
Actual Results
More investigation is needed to figure out exactly what is happening there
The text was updated successfully, but these errors were encountered: