You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 14, 2022. It is now read-only.
When I try accessing the petStore example using swagger-ui, I get a javascript error in swagger-service.js line 227 that this.allowableValues.create is not a function. In the debugger it appears that allowableValues is an array, not an object, at that point. If I change line 43 in petResources.js and remove the "available,pending,sold" and "available" parameters, everything works fine. Are enum properties not being sent to the UI correctly?
The text was updated successfully, but these errors were encountered:
When I try accessing the petStore example using swagger-ui, I get a javascript error in swagger-service.js line 227 that this.allowableValues.create is not a function. In the debugger it appears that allowableValues is an array, not an object, at that point. If I change line 43 in petResources.js and remove the "available,pending,sold" and "available" parameters, everything works fine. Are enum properties not being sent to the UI correctly?
The text was updated successfully, but these errors were encountered: