@xuda.io/runtime-bundle 1.0.517 → 1.0.518
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 +2 -0
- package/js/xuda-runtime-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +2 -0
- package/js/xuda-runtime-slim.min.es.js +2 -0
- package/js/xuda-runtime-slim.min.js +1 -1
- package/js/xuda-server-bundle.min.mjs +1 -1
- package/js/xuda-server-bundle.mjs +2 -0
- package/js/xuda-worker-bundle.js +2 -0
- package/js/xuda-worker-bundle.min.js +1 -1
- package/package.json +1 -1
|
@@ -30454,6 +30454,8 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
|
|
|
30454
30454
|
if (record_id === 'datasource_main') {
|
|
30455
30455
|
_.set(_ds, field_id, value);
|
|
30456
30456
|
update_xu_ref();
|
|
30457
|
+
fields_changed.push(field_id);
|
|
30458
|
+
datasource_changed.push(dataSource);
|
|
30457
30459
|
continue;
|
|
30458
30460
|
}
|
|
30459
30461
|
|