unknown 5 anos atrás
pai
commit
86f5cd38df
1 arquivos alterados com 3 adições e 0 exclusões
  1. 3 0
      o2web/source/x_component_process_Xform/Org.js

+ 3 - 0
o2web/source/x_component_process_Xform/Org.js

@@ -220,6 +220,8 @@ MWF.xApplication.process.Xform.Org = MWF.APPOrg =  new Class(
     },
     },
     _computeValue: function(){
     _computeValue: function(){
 
 
+        debugger;
+
         var simple = this.json.storeRange === "simple";
         var simple = this.json.storeRange === "simple";
         var values = [];
         var values = [];
         if (this.json.identityValue) {
         if (this.json.identityValue) {
@@ -1156,6 +1158,7 @@ MWF.xApplication.process.Xform.Org = MWF.APPOrg =  new Class(
         return node;
         return node;
     },
     },
     _setValue: function(value){
     _setValue: function(value){
+        debugger;
         var values = [];
         var values = [];
         var ags = [];
         var ags = [];
         var simple = this.json.storeRange === "simple";
         var simple = this.json.storeRange === "simple";