uwescience / myria-web

Web frontend for Myria
https://demo.myria.cs.washington.edu
Other
11 stars 14 forks source link

When loadTable() fails on backend change, nothing happens #273

Closed bmyerz closed 9 years ago

bmyerz commented 9 years ago

Regarding branch in #270

Example: I have a connection to C backend, and I see its tables. image

I change the backend to Myria and loadTable() fails because of no connection. But the table is not updated to reflect the error. image

When I refresh the page, the correct thing is displayed. image

changeBackend() might need to do more of what happens on full page load.