@xuda.io/runtime-bundle 1.0.299 → 1.0.301

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.
@@ -25777,7 +25777,7 @@ func.utils.ws_worker.functions = {
25777
25777
  );
25778
25778
 
25779
25779
  if (show_log) console.log('DATASOURCE EXECUTION DONE ' + ret.dsSessionP + ' ' + _session.DS_GLB[ret.dsSessionP]?.tree_obj?.menuName || '' + ' SESSION_ID: ' + SESSION_ID, APP_OBJ[_session.app_id].app_name);
25780
- var obj = func.utils.clean_returned_datasource(SESSION_ID, ret?.dsSessionP || {});
25780
+ var obj = func.utils.clean_returned_datasource(SESSION_ID, ret?.dsSessionP);
25781
25781
  obj.dataSourceSessionGlobal = _session.dataSourceSessionGlobal;
25782
25782
 
25783
25783
  worker_post_message({
@@ -30444,7 +30444,7 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
30444
30444
  }
30445
30445
  }
30446
30446
  }
30447
-
30447
+ console.log('datasource_changes', datasource_changes);
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);