@xuda.io/runtime-bundle 1.0.396 → 1.0.397
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-slim.js
CHANGED
|
@@ -9054,7 +9054,7 @@ func.UI.update_xu_ref = function (SESSION_ID, dsSessionP, ref_field_id, $elm) {
|
|
|
9054
9054
|
|
|
9055
9055
|
let SYS_GLOBAL_OBJ_REFS = _ds_0.data_system['SYS_GLOBAL_OBJ_REFS'][ref_field_id];
|
|
9056
9056
|
|
|
9057
|
-
if (!SYS_GLOBAL_OBJ_REFS) {
|
|
9057
|
+
if (!SYS_GLOBAL_OBJ_REFS[ref_field_id]) {
|
|
9058
9058
|
SYS_GLOBAL_OBJ_REFS[ref_field_id] = {};
|
|
9059
9059
|
}
|
|
9060
9060
|
SYS_GLOBAL_OBJ_REFS[ref_field_id].ds = _ds;
|
|
@@ -9055,7 +9055,7 @@ func.UI.update_xu_ref = function (SESSION_ID, dsSessionP, ref_field_id, $elm) {
|
|
|
9055
9055
|
|
|
9056
9056
|
let SYS_GLOBAL_OBJ_REFS = _ds_0.data_system['SYS_GLOBAL_OBJ_REFS'][ref_field_id];
|
|
9057
9057
|
|
|
9058
|
-
if (!SYS_GLOBAL_OBJ_REFS) {
|
|
9058
|
+
if (!SYS_GLOBAL_OBJ_REFS[ref_field_id]) {
|
|
9059
9059
|
SYS_GLOBAL_OBJ_REFS[ref_field_id] = {};
|
|
9060
9060
|
}
|
|
9061
9061
|
SYS_GLOBAL_OBJ_REFS[ref_field_id].ds = _ds;
|