-
Notifications
You must be signed in to change notification settings - Fork 9k
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
OpenAPI 3.1.0 support: deep linking when opening Callback Operation within the Path Item is corrupted #8556
Closed
char0n opened this issue
Apr 7, 2023
· 2 comments
· Fixed by TheJ-Erk400/swagger-nest.js#2 · 4 remaining pull requests
Closed
OpenAPI 3.1.0 support: deep linking when opening Callback Operation within the Path Item is corrupted #8556
char0n opened this issue
Apr 7, 2023
· 2 comments
· Fixed by TheJ-Erk400/swagger-nest.js#2 · 4 remaining pull requests
Labels
Comments
Fixed for v5 in #8680. V4 fix still needs to be backported. |
char0n
added a commit
that referenced
this issue
May 22, 2023
char0n
added a commit
that referenced
this issue
May 22, 2023
V4 addressed in #8691 |
This was referenced May 21, 2024
This was referenced May 29, 2024
This was referenced Jun 5, 2024
This was referenced Jun 14, 2024
This was referenced Jul 30, 2024
This was referenced Aug 7, 2024
This was referenced Aug 17, 2024
This was referenced Aug 24, 2024
This was referenced Sep 6, 2024
This was referenced Sep 23, 2024
This was referenced Oct 1, 2024
This was referenced Nov 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When opening Callback Operation within the Path Item, given the
deepLinking: true
, the browser URL changes to non-nonsensical URL, and after the refresh no Operation is opened.Bug fix for this needs to be ported to SwaggerUI@4 as well.
The text was updated successfully, but these errors were encountered: