@xuda.io/runtime-bundle 1.0.269 → 1.0.270

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.
@@ -14815,7 +14815,7 @@ func.UI.screen.execute_xu_functions = async function (
14815
14815
  is_val_dynamic_field,
14816
14816
  reference_source_obj
14817
14817
  };
14818
- let _parent_info = parent_infoP || {}
14818
+ let _parent_info = _.cloneDeep(_parent_info) || {}
14819
14819
  _parent_info.iterate_info = iterate_info
14820
14820
  // if (parent_infoP) {
14821
14821
  // _parent_info = iterate_info;
@@ -12225,7 +12225,7 @@ func.UI.screen.execute_xu_functions = async function (
12225
12225
  is_val_dynamic_field,
12226
12226
  reference_source_obj
12227
12227
  };
12228
- let _parent_info = parent_infoP || {}
12228
+ let _parent_info = _.cloneDeep(_parent_info) || {}
12229
12229
  _parent_info.iterate_info = iterate_info
12230
12230
  // if (parent_infoP) {
12231
12231
  // _parent_info = iterate_info;