@xuda.io/runtime-bundle 1.0.356 → 1.0.358
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 +24 -31
- package/js/xuda-runtime-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +24 -31
- package/js/xuda-runtime-slim.min.es.js +24 -31
- package/js/xuda-runtime-slim.min.js +1 -1
- package/js/xuda-server-bundle.min.mjs +1 -1
- package/js/xuda-server-bundle.mjs +7 -7
- package/js/xuda-worker-bundle.js +7 -7
- package/js/xuda-worker-bundle.min.js +1 -1
- package/package.json +1 -1
|
@@ -3520,13 +3520,13 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
|
|
|
3520
3520
|
|
|
3521
3521
|
// search the field in refs
|
|
3522
3522
|
let _ds_0 = _session.DS_GLB[0];
|
|
3523
|
-
for ([ref_name, val] of Object.entries(_ds_0.data_system['SYS_GLOBAL_OBJ_REFS'])) {
|
|
3524
|
-
|
|
3525
|
-
|
|
3526
|
-
|
|
3527
|
-
|
|
3528
|
-
|
|
3529
|
-
}
|
|
3523
|
+
// for ([ref_name, val] of Object.entries(_ds_0.data_system['SYS_GLOBAL_OBJ_REFS'])) {
|
|
3524
|
+
// if (val.ds.dsSession == dataSource) {
|
|
3525
|
+
// if (!fields_changed.includes(ref_name)) {
|
|
3526
|
+
// fields_changed.push(ref_name);
|
|
3527
|
+
// }
|
|
3528
|
+
// }
|
|
3529
|
+
// }
|
|
3530
3530
|
|
|
3531
3531
|
if (!update_local_scope_only) {
|
|
3532
3532
|
let tree_ret = await func.utils.TREE_OBJ.get(SESSION_ID, _ds.prog_id);
|
package/js/xuda-worker-bundle.js
CHANGED
|
@@ -3520,13 +3520,13 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
|
|
|
3520
3520
|
|
|
3521
3521
|
// search the field in refs
|
|
3522
3522
|
let _ds_0 = _session.DS_GLB[0];
|
|
3523
|
-
for ([ref_name, val] of Object.entries(_ds_0.data_system['SYS_GLOBAL_OBJ_REFS'])) {
|
|
3524
|
-
|
|
3525
|
-
|
|
3526
|
-
|
|
3527
|
-
|
|
3528
|
-
|
|
3529
|
-
}
|
|
3523
|
+
// for ([ref_name, val] of Object.entries(_ds_0.data_system['SYS_GLOBAL_OBJ_REFS'])) {
|
|
3524
|
+
// if (val.ds.dsSession == dataSource) {
|
|
3525
|
+
// if (!fields_changed.includes(ref_name)) {
|
|
3526
|
+
// fields_changed.push(ref_name);
|
|
3527
|
+
// }
|
|
3528
|
+
// }
|
|
3529
|
+
// }
|
|
3530
3530
|
|
|
3531
3531
|
if (!update_local_scope_only) {
|
|
3532
3532
|
let tree_ret = await func.utils.TREE_OBJ.get(SESSION_ID, _ds.prog_id);
|