Skip to content

v3.23.7 breaks try-it-out on POST method #5581

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

Closed
zhsj opened this issue Sep 2, 2019 · 1 comment · Fixed by #5583
Closed

v3.23.7 breaks try-it-out on POST method #5581

zhsj opened this issue Sep 2, 2019 · 1 comment · Fixed by #5583
Labels

Comments

@zhsj
Copy link

zhsj commented Sep 2, 2019

Q&A (please complete the following information)

  • OS: [e.g. Linux Debian testing]
  • Browser: [Chromium]
  • Version: [76.0.3809.100]
  • Method of installation: [dist assets]
  • Swagger-UI version: [v3.23.7]
  • Swagger/OpenAPI version: [Swagger 2.0]

Content & configuration

Just http://petstore.swagger.io/

Example Swagger/OpenAPI definition:

https://petstore.swagger.io/v2/swagger.json

Swagger-UI configuration options:

SwaggerUI({
  // your config options here
})
?yourQueryStringConfig

Describe the bug you're encountering

The execute button on POST method doesn't trigger an HTTP request

To reproduce...

  1. Open http://petstore.swagger.io/#/store/placeOrder
  2. Click "Try it out"
  3. Click "Excute"

Expected behavior

An HTTP request is sent

This works on v3.23.6

Screenshots

image

Additional context or thoughts

@shockey
Copy link
Contributor

shockey commented Sep 2, 2019

Thanks for the report, publishing a hotfix in a few minutes!

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

Successfully merging a pull request may close this issue.

2 participants