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

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

Comments

@char0n
Copy link
Member

char0n commented Apr 7, 2023

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.

@char0n
Copy link
Member Author

char0n commented May 18, 2023

Fixed for v5 in #8680.

V4 fix still needs to be backported.

@char0n
Copy link
Member Author

char0n commented May 22, 2023

V4 addressed in #8691

@char0n char0n closed this as completed May 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment