@xuda.io/runtime-bundle 1.0.381 → 1.0.382

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.
@@ -31963,7 +31963,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
31963
31963
  const _session = SESSION_OBJ[SESSION_ID];
31964
31964
  let _ds_0 = _session.DS_GLB[0];
31965
31965
 
31966
- const _ds = func.utils.clean_returned_datasource(SESSION_ID, _session.DS_GLB[paramsP.dsSessionP]);
31966
+ const _ds = func.utils.clean_returned_datasource(SESSION_ID, paramsP.dsSessionP);
31967
31967
 
31968
31968
  const row_idx = func.common.find_ROWID_idx(_ds, _ds.currentRecordId);
31969
31969
  const data = _.clone(_ds?.data_feed?.rows?.[row_idx]) || {};