Переглянути джерело

Fix jsonEditor parameters when an operation is on multiple tags

bubble
Stéphane Leroy 7 роки тому
джерело
коміт
5def48cf99
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      src/main/javascript/view/ResourceView.js

+ 1
- 1
src/main/javascript/view/ResourceView.js Переглянути файл

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


Завантаження…
Відмінити
Зберегти