@xuda.io/runtime-bundle 1.0.520 → 1.0.521
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
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -5326,7 +5326,7 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
|
|
|
5326
5326
|
let client_datasource_changes = {};
|
|
5327
5327
|
let server_datasource_changes = {};
|
|
5328
5328
|
|
|
5329
|
-
const update_xu_ref =
|
|
5329
|
+
const update_xu_ref = function (dataSource, field_id) {
|
|
5330
5330
|
let ret;
|
|
5331
5331
|
let _ds_0 = _session.DS_GLB[0];
|
|
5332
5332
|
for ([ref_name, val] of Object.entries(_ds_0.data_system['SYS_GLOBAL_OBJ_REFS'])) {
|
|
@@ -5327,7 +5327,7 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
|
|
|
5327
5327
|
let client_datasource_changes = {};
|
|
5328
5328
|
let server_datasource_changes = {};
|
|
5329
5329
|
|
|
5330
|
-
const update_xu_ref =
|
|
5330
|
+
const update_xu_ref = function (dataSource, field_id) {
|
|
5331
5331
|
let ret;
|
|
5332
5332
|
let _ds_0 = _session.DS_GLB[0];
|
|
5333
5333
|
for ([ref_name, val] of Object.entries(_ds_0.data_system['SYS_GLOBAL_OBJ_REFS'])) {
|