Fix jsonEditor parameters when an operation is on multiple tags
This commit is contained in:
@@ -52,7 +52,7 @@ SwaggerUi.Views.ResourceView = Backbone.View.extend({
|
||||
|
||||
// Render an operation and add it to operations li
|
||||
var operationView = new SwaggerUi.Views.OperationView({
|
||||
model: operation,
|
||||
model: $.extend(true,{},operation),
|
||||
router: this.router,
|
||||
tagName: 'li',
|
||||
className: 'endpoint',
|
||||
|
||||
Reference in New Issue
Block a user