I'm using the module and javascript works perfectly, only the style is missing. A patch for review is forthcoming.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | swagger_ui_css_file_missing-3018571-4.patch | 472 bytes | mgalalm |
| #2 | swagger_ui_css_file_missing-3018571-2.patch | 448 bytes | mgalalm |
Comments
Comment #2
mgalalm commentedThis patch is adding /libraries/swagger-ui/dist/swagger-ui.css
Comment #3
richgerdesThanks for catching this. I will have to test to see for sure why the library is missing, but likely it should be included here.
A quick review of the patch before I get to testing, the css file should be added to the
swagger_uilibrary, notswagger_ui_integration.Comment #4
mgalalm commentedMoved under swagger_ui, Thanks for the feedback :)
Comment #5
mgalalm commentedComment #7
richgerdesI tested the swagger ui, and the css was infact not getting loaded. The patch fixed this, and has been applied. I have created a new release which includes the fixed library.
Thanks for finding the bug and putting the patch together!