@xuda.io/runtime-bundle 1.0.432 → 1.0.433
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.
|
@@ -31781,7 +31781,7 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
31781
31781
|
if (found) break;
|
|
31782
31782
|
|
|
31783
31783
|
// found = find_field_in_progUi(prog_doc.progUi, parameter_in_field_id, 'xu-for');
|
|
31784
|
-
found = func.UI.find_field_in_progUi_attributes(prog_doc.progUi, parameter_in_field_id, 'xu-for').length;
|
|
31784
|
+
found = func.UI.find_field_in_progUi_attributes(panel_val.prog_doc.progUi, parameter_in_field_id, 'xu-for').length;
|
|
31785
31785
|
if (found) break;
|
|
31786
31786
|
}
|
|
31787
31787
|
}
|
|
@@ -31791,6 +31791,9 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
31791
31791
|
// search field changed in the target program's progDataSource // @code
|
|
31792
31792
|
found = progDataSource_str?.includes('@' + field_id);
|
|
31793
31793
|
if (found) break;
|
|
31794
|
+
|
|
31795
|
+
found = func.UI.find_field_in_progUi_attributes(panel_val.prog_doc.progUi, field_id, 'xu-for').length;
|
|
31796
|
+
if (found) break;
|
|
31794
31797
|
}
|
|
31795
31798
|
}
|
|
31796
31799
|
|