-
Notifications
You must be signed in to change notification settings - Fork 9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
deprecated on non deprecated methods #852
Milestone
Comments
Can you submit a PR for it? |
done |
mjumbewu
pushed a commit
to mjumbewu/swagger-ui
that referenced
this issue
Mar 7, 2015
Jonahss
pushed a commit
to eaze/swagger-ui
that referenced
this issue
Aug 12, 2016
vincent-zurczak
pushed a commit
to roboconf/swagger-ui
that referenced
this issue
Aug 18, 2016
JuanSW18
pushed a commit
to Digital-Paw/digital-paw-swagger-ui
that referenced
this issue
Aug 23, 2024
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Hello
the JSON that returns from the server states "deprecated":"false", and in the UI i got warning that the function is deprecated.
this is a bug.
in order to fix it, please change swagger-ui.js file and replace:
helpers['if'].call(depth0, depth0.deprecated -->
helpers['if'].call(depth0, depth0.deprecated == 'true'
this change the value from String to Boolean and fix the problem
Regards
i022098
The text was updated successfully, but these errors were encountered: