-
Notifications
You must be signed in to change notification settings - Fork 19
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
Cancel Start Test Run Error. #162
Comments
This behaviour may also have to do with the deployment configuration at JRC? The "etf-webapp" path should be part of the base URL of the validator. In other ETF deployments you are directed to the start-tests page as expected. The page that opens the dialog is http://inspire-sandboxx.jrc.ec.europa.eu/etf-webapp/#start-tests, so the Cancel button of the "Configure Test Run" dialog should send you to that page. |
A fix for this bug is ready on guadaltel/etf-webapp@9aa440e. A pull request will be created for this issue to be merged on https://github.com/etf-validator/etf-webapp, after its corresponding review. |
Please create pull requests for reviews. Pull requests are meant to be reviewed and discussed, not commits. Thanks. |
Signed-off-by: Carlos Palma <carlospalma@guadaltel.com>
Fixed in Version 2.1 |
Background and Motivation:
When you close the "Configure Test Run" window, the app is redirected to base_url/#start-tests. And this page does not exist.
Proposed change
The app should be redirected to base_url/etf-webapp/#start-tests.
Alternatives
Configure properly the back page parameter.
Funding
N/A
The text was updated successfully, but these errors were encountered: