unknown 5 лет назад
Родитель
Сommit
86f5cd38df
1 измененных файлов с 3 добавлено и 0 удалено
  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(){
 
+        debugger;
+
         var simple = this.json.storeRange === "simple";
         var values = [];
         if (this.json.identityValue) {
@@ -1156,6 +1158,7 @@ MWF.xApplication.process.Xform.Org = MWF.APPOrg =  new Class(
         return node;
     },
     _setValue: function(value){
+        debugger;
         var values = [];
         var ags = [];
         var simple = this.json.storeRange === "simple";