Преглед изворни кода

修复视图添加列的时候可能报错的问题

unknown пре 5 година
родитељ
комит
4911bcfc70
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      o2web/source/x_component_query_ViewDesigner/View.js

+ 1 - 1
o2web/source/x_component_query_ViewDesigner/View.js

@@ -1795,7 +1795,7 @@ MWF.xApplication.query.ViewDesigner.View.Actionbar = new Class({
             "onRequestFailure": function(xhr){
                 this.view.designer.notice(xhr.responseText, "error");
             }.bind(this)
-        }, false);
+        });
     },
     setTemplateStyles: function(styles){
         this.json.style = styles.style;