You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
This is due to the fact that
choose_inputs
submits to the urlrun_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.
The text was updated successfully, but these errors were encountered: