whole-tale / dashboard

Whole Tale Dashboard
http://wholetale.org
MIT License
7 stars 2 forks source link

Dashboard displays Job as Tale during import #523

Closed craig-willis closed 5 years ago

craig-willis commented 5 years ago

When testing https://github.com/whole-tale/gwvolman/pull/82 I noticed a strange behavior -- a 400 error in the console (invalid tale ID) and a Tale displayed on the Browse page with title "Import Tale". It appears that during the import flow the compose dialog is treating a Job response as a Tale.

To repeat:

Screen Shot 2019-07-31 at 11 13 55 AM
craig-willis commented 5 years ago

Also noting that when testing this same flow with https://github.com/whole-tale/dashboard/pull/517, I am redirected to the "Job" tale (which doesn't exist).

Xarthisius commented 5 years ago

I believe this was fixed by https://github.com/whole-tale/girder_wholetale/pull/347 Please reopen if it's still the case.