Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Commit

Permalink
Merge pull request #33 from banders/master
Browse files Browse the repository at this point in the history
updated swagger-ui to v3.4.2
  • Loading branch information
banders authored Nov 2, 2017
2 parents 04ba592 + 1a1a133 commit 1560e71
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 22 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion ckanext/openapi/public/swagger-ui/dist/oauth2-redirect.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@

isValid = qp.state === sentState

if (oauth2.auth.schema.get("flow") === "accessCode" && !oauth2.auth.code) {
if ((
oauth2.auth.schema.get("flow") === "accessCode"||
oauth2.auth.schema.get("flow") === "authorizationCode"
) && !oauth2.auth.code) {
if (!isValid) {
oauth2.errCb({
authId: oauth2.auth.name,
Expand Down
32 changes: 19 additions & 13 deletions ckanext/openapi/public/swagger-ui/dist/swagger-ui-bundle.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckanext/openapi/public/swagger-ui/dist/swagger-ui.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckanext/openapi/public/swagger-ui/dist/swagger-ui.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ckanext/openapi/public/swagger-ui/dist/swagger-ui.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ckanext/openapi/public/swagger-ui/dist/swagger-ui.js.map

Large diffs are not rendered by default.

0 comments on commit 1560e71

Please sign in to comment.