@xuda.io/runtime-bundle 1.0.1337 → 1.0.1338

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -28327,8 +28327,8 @@ func.UI.update_xu_ref = function (SESSION_ID, dsSessionP, ref_field_id, $elm) {
28327
28327
  }
28328
28328
  return a;
28329
28329
  }
28330
- deepUpdateObject(SYS_GLOBAL_OBJ_REFS[ref_field_id], obj);
28331
- // SYS_GLOBAL_OBJ_REFS[ref_field_id] = obj;
28330
+ // deepUpdateObject(SYS_GLOBAL_OBJ_REFS[ref_field_id], obj);
28331
+ SYS_GLOBAL_OBJ_REFS[ref_field_id] = obj;
28332
28332
  ret = true;
28333
28333
  }
28334
28334