@xuda.io/runtime-bundle 1.0.253 → 1.0.254
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.
|
@@ -33770,11 +33770,12 @@ func.UI.screen.execute_xu_functions = async function (
|
|
|
33770
33770
|
const iterate_info = $elm?.data()?.xuData?.iterate_info
|
|
33771
33771
|
const reference_source_obj = iterate_info?.reference_source_obj
|
|
33772
33772
|
|
|
33773
|
-
if (reference_source_obj) {
|
|
33774
|
-
view_field_id = (reference_source_obj.fieldIdP || "") + val.value;
|
|
33775
|
-
}
|
|
33776
33773
|
|
|
33777
|
-
|
|
33774
|
+
|
|
33775
|
+
if (["_FOR_VAL", "_FOR_KEY"].includes(val.value)) {
|
|
33776
|
+
if (reference_source_obj) {
|
|
33777
|
+
view_field_id = (reference_source_obj.fieldIdP || "") + val.value;
|
|
33778
|
+
}
|
|
33778
33779
|
is_dynamic_field = true
|
|
33779
33780
|
field_prop = _ds.dynamic_fields[view_field_id]
|
|
33780
33781
|
} else {
|