@xuda.io/runtime-bundle 1.0.1331 → 1.0.1333

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.
@@ -28311,7 +28311,7 @@ func.UI.update_xu_ref = function (SESSION_ID, dsSessionP, ref_field_id, $elm) {
28311
28311
  if (!SYS_GLOBAL_OBJ_REFS[ref_field_id]) {
28312
28312
  SYS_GLOBAL_OBJ_REFS[ref_field_id] = {};
28313
28313
  }
28314
- // SYS_GLOBAL_OBJ_REFS[ref_field_id] = obj;
28314
+ SYS_GLOBAL_OBJ_REFS[ref_field_id] = obj;
28315
28315
 
28316
28316
  function deepUpdateObject(a, b) {
28317
28317
  for (let key in b) {