Explorar o código

Merge branch 'wrdp' into 'develop'

Wrdp

See merge request o2oa/o2oa!2401
蔡祥熠 %!s(int64=5) %!d(string=hai) anos
pai
achega
175aa8a560
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      o2web/source/x_component_process_Xform/Org.js

+ 1 - 1
o2web/source/x_component_process_Xform/Org.js

@@ -873,7 +873,7 @@ MWF.xApplication.process.Xform.Org = MWF.APPOrg =  new Class({
         }else if (values.length || oldValues.length) {
             change = true;
         }
-        if (change) this.fireEvent("change");
+        // if (change) this.fireEvent("change");
     },
     setData: function(value){
         if (!value) return false;