@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.
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -11931,7 +11931,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
11931
11931
|
const _session = SESSION_OBJ[SESSION_ID];
|
|
11932
11932
|
let _ds_0 = _session.DS_GLB[0];
|
|
11933
11933
|
|
|
11934
|
-
const _ds = func.utils.clean_returned_datasource(SESSION_ID,
|
|
11934
|
+
const _ds = func.utils.clean_returned_datasource(SESSION_ID, paramsP.dsSessionP);
|
|
11935
11935
|
|
|
11936
11936
|
const row_idx = func.common.find_ROWID_idx(_ds, _ds.currentRecordId);
|
|
11937
11937
|
const data = _.clone(_ds?.data_feed?.rows?.[row_idx]) || {};
|
|
@@ -10004,7 +10004,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
10004
10004
|
const _session = SESSION_OBJ[SESSION_ID];
|
|
10005
10005
|
let _ds_0 = _session.DS_GLB[0];
|
|
10006
10006
|
|
|
10007
|
-
const _ds = func.utils.clean_returned_datasource(SESSION_ID,
|
|
10007
|
+
const _ds = func.utils.clean_returned_datasource(SESSION_ID, paramsP.dsSessionP);
|
|
10008
10008
|
|
|
10009
10009
|
const row_idx = func.common.find_ROWID_idx(_ds, _ds.currentRecordId);
|
|
10010
10010
|
const data = _.clone(_ds?.data_feed?.rows?.[row_idx]) || {};
|