@xuda.io/runtime-bundle 1.0.394 → 1.0.396

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.
@@ -3522,7 +3522,7 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
3522
3522
  let _ds_0 = _session.DS_GLB[0];
3523
3523
  for ([ref_name, val] of Object.entries(_ds_0.data_system['SYS_GLOBAL_OBJ_REFS'])) {
3524
3524
  if (val.ds.dsSession == dataSource) {
3525
- func.UI.update_xu_ref(SESSION_ID, dataSource);
3525
+ func.UI.update_xu_ref(SESSION_ID, dataSource, ref_name);
3526
3526
  // if (!fields_changed.includes(ref_name)) {
3527
3527
  // fields_changed.push(ref_name);
3528
3528
  // }
@@ -3522,7 +3522,7 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
3522
3522
  let _ds_0 = _session.DS_GLB[0];
3523
3523
  for ([ref_name, val] of Object.entries(_ds_0.data_system['SYS_GLOBAL_OBJ_REFS'])) {
3524
3524
  if (val.ds.dsSession == dataSource) {
3525
- func.UI.update_xu_ref(SESSION_ID, dataSource);
3525
+ func.UI.update_xu_ref(SESSION_ID, dataSource, ref_name);
3526
3526
  // if (!fields_changed.includes(ref_name)) {
3527
3527
  // fields_changed.push(ref_name);
3528
3528
  // }