Encode/decode tags before using it in the URL
Fixes #994 Conflicts: dist/swagger-ui.min.js
This commit is contained in:
@@ -18,6 +18,7 @@ SwaggerUi.Views.OperationView = Backbone.View.extend({
|
||||
this.auths = opts.auths;
|
||||
this.parentId = this.model.parentId;
|
||||
this.nickname = this.model.nickname;
|
||||
this.model.encodedParentId = encodeURIComponent(this.parentId);
|
||||
return this;
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user