-
Notifications
You must be signed in to change notification settings - Fork 2
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 ... |
Uh oh!
There was an error while loading. Please reload this page.
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: