@xuda.io/runtime-bundle 1.0.302 → 1.0.304

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.
@@ -30444,7 +30444,7 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
30444
30444
  }
30445
30445
  }
30446
30446
  }
30447
- console.log('datasource_changes', datasource_changes);
30447
+
30448
30448
  if (glb.IS_WORKER) {
30449
30449
  if (!update_local_scope_only && !_.isEmpty(client_datasource_changes)) {
30450
30450
  func.utils.post_back_to_client(SESSION_ID, 'update_client_eventChangesResults_from_worker', _session.worker_id, client_datasource_changes);
@@ -30496,7 +30496,7 @@ func.datasource.callback = async function (SESSION_ID, dsSessionP, rowIdP, jobNo
30496
30496
  } catch (err) {
30497
30497
  // console.error(err);
30498
30498
  }
30499
- const datasetOutputField = ds?.progDataSource?.datasetOutputField;
30499
+ const datasetOutputField = _ds?.progDataSource?.datasetOutputField;
30500
30500
  if (datasetOutputField) {
30501
30501
  let ret_get_value = await func.datasource.get_value(SESSION_ID, datasetOutputField, _ds.dsSession);
30502
30502
  if (ret_get_value.found) {