@xuda.io/runtime-bundle 1.0.355 → 1.0.357

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.
@@ -5145,7 +5145,7 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
5145
5145
  // search the field in refs
5146
5146
  let _ds_0 = _session.DS_GLB[0];
5147
5147
  for ([ref_name, val] of Object.entries(_ds_0.data_system['SYS_GLOBAL_OBJ_REFS'])) {
5148
- if (val.dsSession == dataSource) {
5148
+ if (val.ds.dsSession == dataSource) {
5149
5149
  if (!fields_changed.includes(ref_name)) {
5150
5150
  fields_changed.push(ref_name);
5151
5151
  }
@@ -5146,7 +5146,7 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
5146
5146
  // search the field in refs
5147
5147
  let _ds_0 = _session.DS_GLB[0];
5148
5148
  for ([ref_name, val] of Object.entries(_ds_0.data_system['SYS_GLOBAL_OBJ_REFS'])) {
5149
- if (val.dsSession == dataSource) {
5149
+ if (val.ds.dsSession == dataSource) {
5150
5150
  if (!fields_changed.includes(ref_name)) {
5151
5151
  fields_changed.push(ref_name);
5152
5152
  }