Parcourir la source

Fix jsonEditor parameters when an operation is on multiple tags

bubble
Stéphane Leroy il y a 7 ans
Parent
révision
5def48cf99
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/main/javascript/view/ResourceView.js

+ 1
- 1
src/main/javascript/view/ResourceView.js Voir le fichier

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


Chargement…
Annuler
Enregistrer