@xuda.io/runtime-bundle 1.0.1332 → 1.0.1333

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.
@@ -9180,7 +9180,7 @@ func.UI.update_xu_ref = function (SESSION_ID, dsSessionP, ref_field_id, $elm) {
9180
9180
  if (!SYS_GLOBAL_OBJ_REFS[ref_field_id]) {
9181
9181
  SYS_GLOBAL_OBJ_REFS[ref_field_id] = {};
9182
9182
  }
9183
- // SYS_GLOBAL_OBJ_REFS[ref_field_id] = obj;
9183
+ SYS_GLOBAL_OBJ_REFS[ref_field_id] = obj;
9184
9184
 
9185
9185
  function deepUpdateObject(a, b) {
9186
9186
  for (let key in b) {
@@ -20081,7 +20081,7 @@ func.index.set_ds_0_proxy = function (SESSION_ID) {
20081
20081
  // Notify of change
20082
20082
  // if (oldValue !== value) {
20083
20083
  if (!_.isEqual(value, oldValue)) {
20084
- if (currentPath[0] == '_ref') currentPath.shift();
20084
+ currentPath.shift();
20085
20085
  onChange({
20086
20086
  path: currentPath.join('.'),
20087
20087
  oldValue,
@@ -9181,7 +9181,7 @@ func.UI.update_xu_ref = function (SESSION_ID, dsSessionP, ref_field_id, $elm) {
9181
9181
  if (!SYS_GLOBAL_OBJ_REFS[ref_field_id]) {
9182
9182
  SYS_GLOBAL_OBJ_REFS[ref_field_id] = {};
9183
9183
  }
9184
- // SYS_GLOBAL_OBJ_REFS[ref_field_id] = obj;
9184
+ SYS_GLOBAL_OBJ_REFS[ref_field_id] = obj;
9185
9185
 
9186
9186
  function deepUpdateObject(a, b) {
9187
9187
  for (let key in b) {
@@ -20082,7 +20082,7 @@ func.index.set_ds_0_proxy = function (SESSION_ID) {
20082
20082
  // Notify of change
20083
20083
  // if (oldValue !== value) {
20084
20084
  if (!_.isEqual(value, oldValue)) {
20085
- if (currentPath[0] == '_ref') currentPath.shift();
20085
+ currentPath.shift();
20086
20086
  onChange({
20087
20087
  path: currentPath.join('.'),
20088
20088
  oldValue,