浏览代码

Fix remove validator

Laurent Destailleur 3 年之前
父节点
当前提交
c7f99f140e
共有 2 个文件被更改,包括 8 次插入2 次删除
  1. 4 0
      dev/dolibarr_changes.txt
  2. 4 2
      htdocs/includes/restler/framework/Luracast/Restler/explorer/index.html

+ 4 - 0
dev/dolibarr_changes.txt

@@ -205,6 +205,8 @@ with
 with
 	foreach ($value[1] as $k => $v) {
 
+
+
 JSGANTT:
 --------
 * Replace in function JSGantt.taskLink
@@ -233,11 +235,13 @@ JCROP:
 * Remove analytics tag into file index.html
 
 
+
 JQUERYFILETREE:
 ---------------
 * Remove directory htdocs/includes/jquery/plugins/jqueryFileTree/connectors
 
 
+
 RESTLER:
 --------
 

+ 4 - 2
htdocs/includes/restler/framework/Luracast/Restler/explorer/index.html

@@ -68,7 +68,7 @@
           if(window.SwaggerTranslator) {
             window.SwaggerTranslator.translate();
           }
-          
+
           addApiKeyAuthorization();
         },
         onFailure: function(data) {
@@ -83,7 +83,9 @@
         showRequestHeaders: false,
         showOperationIds: false,
         displayOperationIds: false,
-        displayRequestDuration: true
+        displayRequestDuration: true,
+        /* @CHANGE LDR Add validatorUrl */
+        validatorUrl: null
       });
 
       function addApiKeyAuthorization(){