@xuda.io/runtime-bundle 1.0.396 → 1.0.397

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.
@@ -28233,7 +28233,7 @@ func.UI.update_xu_ref = function (SESSION_ID, dsSessionP, ref_field_id, $elm) {
28233
28233
 
28234
28234
  let SYS_GLOBAL_OBJ_REFS = _ds_0.data_system['SYS_GLOBAL_OBJ_REFS'][ref_field_id];
28235
28235
 
28236
- if (!SYS_GLOBAL_OBJ_REFS) {
28236
+ if (!SYS_GLOBAL_OBJ_REFS[ref_field_id]) {
28237
28237
  SYS_GLOBAL_OBJ_REFS[ref_field_id] = {};
28238
28238
  }
28239
28239
  SYS_GLOBAL_OBJ_REFS[ref_field_id].ds = _ds;