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

Edit on error setting does not allow manual entry when url is bad #14

Closed
westshawn opened this issue Nov 9, 2016 · 3 comments
Closed

Comments

@westshawn
Copy link

web-parameters v 1.6.2
TC server 10.0.2

webPopulatedSelect display='prompt' format='json' url='http://a.website/with/unreachable/page/' enableEditOnError='true'

Click Run or "..."

Unexpected status code 500
Internal Server Error
No text box for manual value input

Note: this manual edit on error functionality was also broken in v1.4, but in a different way:
Instead of nothing for manual value input, there was a filter control on an empty list
text= "No results found"
Typing into the list filter just attempted to filter on already empty list, but did not accept a value to pass to the build.

@grundic
Copy link
Owner

grundic commented Nov 10, 2016

@westshawn, I'll check on this issue and would try so find a fix for it.
Thank you for your bug reports!

@grundic
Copy link
Owner

grundic commented Nov 10, 2016

I fixed this issue in v1.6.3, please have a look.
Thank you!

@westshawn
Copy link
Author

I verified user can enter a value and the build runs with the manually entered value when web-param fails due to a bad url.
Spasibo @grundic !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants