@xuda.io/runtime-bundle 1.0.364 → 1.0.365
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.
|
@@ -31953,7 +31953,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
31953
31953
|
const _ds = _session.DS_GLB[paramsP.dsSessionP];
|
|
31954
31954
|
|
|
31955
31955
|
const row_idx = func.common.find_ROWID_idx(_ds, _ds.currentRecordId);
|
|
31956
|
-
const data = _ds?.data_feed?.rows?.[row_idx] || {};
|
|
31956
|
+
const data = _.clone(_ds?.data_feed?.rows?.[row_idx]) || {};
|
|
31957
31957
|
|
|
31958
31958
|
const props = _ds.in_parameters || {};
|
|
31959
31959
|
const attributes = $elm?.data()?.xuData?.properties || {};
|