Merge pull request #2532 from stephaneLeroy/master
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
|
// Render an operation and add it to operations li
|
||||||
var operationView = new SwaggerUi.Views.OperationView({
|
var operationView = new SwaggerUi.Views.OperationView({
|
||||||
model: operation,
|
model: $.extend(true,{},operation),
|
||||||
router: this.router,
|
router: this.router,
|
||||||
tagName: 'li',
|
tagName: 'li',
|
||||||
className: 'endpoint',
|
className: 'endpoint',
|
||||||
|
|||||||
Reference in New Issue
Block a user