Преглед на файлове

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


Зареждане…
Отказ
Запис