Explorar el Código

Fix jsonEditor parameters when an operation is on multiple tags

bubble
Stéphane Leroy hace 7 años
padre
commit
5def48cf99
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/main/javascript/view/ResourceView.js

+ 1
- 1
src/main/javascript/view/ResourceView.js Ver fichero

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


Cargando…
Cancelar
Guardar