@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.
@@ -5191,7 +5191,7 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
5191
5191
  }
5192
5192
  }
5193
5193
  }
5194
- console.log('datasource_changes', datasource_changes);
5194
+
5195
5195
  if (glb.IS_WORKER) {
5196
5196
  if (!update_local_scope_only && !_.isEmpty(client_datasource_changes)) {
5197
5197
  func.utils.post_back_to_client(SESSION_ID, 'update_client_eventChangesResults_from_worker', _session.worker_id, client_datasource_changes);
@@ -5243,7 +5243,7 @@ func.datasource.callback = async function (SESSION_ID, dsSessionP, rowIdP, jobNo
5243
5243
  } catch (err) {
5244
5244
  // console.error(err);
5245
5245
  }
5246
- const datasetOutputField = ds?.progDataSource?.datasetOutputField;
5246
+ const datasetOutputField = _ds?.progDataSource?.datasetOutputField;
5247
5247
  if (datasetOutputField) {
5248
5248
  let ret_get_value = await func.datasource.get_value(SESSION_ID, datasetOutputField, _ds.dsSession);
5249
5249
  if (ret_get_value.found) {
@@ -5192,7 +5192,7 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
5192
5192
  }
5193
5193
  }
5194
5194
  }
5195
- console.log('datasource_changes', datasource_changes);
5195
+
5196
5196
  if (glb.IS_WORKER) {
5197
5197
  if (!update_local_scope_only && !_.isEmpty(client_datasource_changes)) {
5198
5198
  func.utils.post_back_to_client(SESSION_ID, 'update_client_eventChangesResults_from_worker', _session.worker_id, client_datasource_changes);
@@ -5244,7 +5244,7 @@ func.datasource.callback = async function (SESSION_ID, dsSessionP, rowIdP, jobNo
5244
5244
  } catch (err) {
5245
5245
  // console.error(err);
5246
5246
  }
5247
- const datasetOutputField = ds?.progDataSource?.datasetOutputField;
5247
+ const datasetOutputField = _ds?.progDataSource?.datasetOutputField;
5248
5248
  if (datasetOutputField) {
5249
5249
  let ret_get_value = await func.datasource.get_value(SESSION_ID, datasetOutputField, _ds.dsSession);
5250
5250
  if (ret_get_value.found) {