Skip to content
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

Failure on choose_inputs takes you to a run_pipeline URL and it shouldn't #576

Closed
rhliang opened this issue Jul 18, 2016 · 1 comment
Closed
Assignees
Labels

Comments

@rhliang
Copy link
Contributor

rhliang commented Jul 18, 2016

This is due to the fact that choose_inputs submits to the url run_pipeline, and if there are errors, they get loaded onto that page instead of redirecting you to where you came from.

A better way to handle this would be to do the submission via an Ajax call, and then only go to the next page if there are no error messages on the response.

@rhliang rhliang added this to the 0.8 - user batch processing milestone Jul 22, 2016
@rhliang rhliang added the bug label Jul 22, 2016
@rhliang rhliang self-assigned this Jul 22, 2016
@rhliang
Copy link
Contributor Author

rhliang commented Jul 22, 2016

Closing because the choose_inputs page has been totally changed for the multi-run interface (#536, #537, #538, #539, etc) and this doesn't happen anymore.

@rhliang rhliang closed this as completed Jul 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant