Fix jsonEditor parameters when an operation is on multiple tags

This commit is contained in:
Stéphane Leroy
2016-11-25 18:20:15 +01:00
parent 776325b993
commit 5def48cf99

View File

@@ -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',