@xuda.io/runtime-bundle 1.0.295 → 1.0.296
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-bundle.js +1 -1
- package/js/xuda-runtime-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +1 -1
- package/js/xuda-runtime-slim.min.es.js +1 -1
- package/js/xuda-runtime-slim.min.js +1 -1
- package/js/xuda-server-bundle.min.mjs +1 -1
- package/js/xuda-server-bundle.mjs +1 -1
- package/js/xuda-worker-bundle.js +1 -1
- package/js/xuda-worker-bundle.min.js +1 -1
- package/package.json +1 -1
|
@@ -30506,7 +30506,7 @@ func.datasource.callback = async function (SESSION_ID, dsSessionP, na, rowIdP, j
|
|
|
30506
30506
|
if (!datasource_changes[_ds.dsSession][_ds.currentRecordId]) {
|
|
30507
30507
|
datasource_changes[_ds.dsSession][_ds.currentRecordId] = {};
|
|
30508
30508
|
|
|
30509
|
-
datasource_changes[_ds.dsSession][
|
|
30509
|
+
datasource_changes[_ds.dsSession][_ds.currentRecordId][_ds?.progDataSource?.datasetOutputField] = _ds?.data_feed?.rows || [];
|
|
30510
30510
|
await func.datasource.update(SESSION_ID, datasource_changes);
|
|
30511
30511
|
}
|
|
30512
30512
|
}
|