@xuda.io/runtime-bundle 1.0.1340 → 1.0.1342
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.
|
@@ -28444,9 +28444,9 @@ func.UI.create_xu_ref = function (SESSION_ID, dsSessionP, ref_field_id, $elm) {
|
|
|
28444
28444
|
},
|
|
28445
28445
|
});
|
|
28446
28446
|
};
|
|
28447
|
-
|
|
28447
|
+
const p = createBasicProxy(_ds);
|
|
28448
28448
|
// let obj = { ds: watchedDs._ref, data: {}, props: _ds.in_parameters || {} };
|
|
28449
|
-
let obj = { ds:
|
|
28449
|
+
let obj = { ds: {}, data: {}, props: _ds.in_parameters || {} };
|
|
28450
28450
|
try {
|
|
28451
28451
|
const row_idx = func.common.find_ROWID_idx(_ds, _ds.currentRecordId);
|
|
28452
28452
|
obj.data = _ds?.data_feed?.rows?.[row_idx];
|