You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by tb...@apache.org on 2019/04/22 11:23:45 UTC

[brooklyn-ui] branch master updated: Avoiding swagger validation

This is an automated email from the ASF dual-hosted git repository.

tbouron pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-ui.git


The following commit(s) were added to refs/heads/master by this push:
     new aa6a9de  Avoiding swagger validation
     new 34612c1  Merge pull request #131 from jcabrerizo/fix/SwaggerValidation
aa6a9de is described below

commit aa6a9de266410276b97cad7d67d1496020bf74e6
Author: Juan Cabrerizo <ju...@cloudsoft.io>
AuthorDate: Mon Apr 22 10:59:28 2019 +0100

    Avoiding swagger validation
---
 ui-modules/rest-api-docs/app/views/main/main.controller.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ui-modules/rest-api-docs/app/views/main/main.controller.js b/ui-modules/rest-api-docs/app/views/main/main.controller.js
index dba0024..fe08a72 100644
--- a/ui-modules/rest-api-docs/app/views/main/main.controller.js
+++ b/ui-modules/rest-api-docs/app/views/main/main.controller.js
@@ -56,7 +56,8 @@ export function mainStateController($scope, $log, $cookies) {
         jsonEditor: false,
         defaultModelRendering: 'schema',
         showRequestHeaders: false,
-        showOperationIds: false
+        showOperationIds: false,
+        validatorUrl: null
     });
 
     swaggerUi.load();