@xuda.io/runtime-bundle 1.0.654 → 1.0.655

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.
@@ -5124,7 +5124,7 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
5124
5124
  if (!avoid_refresh && fields_changed.length) {
5125
5125
  await func.UI.screen.refresh_xu_attributes(SESSION_ID, fields_changed);
5126
5126
  // await removed from the below function cause to dead lock Mar 3 25
5127
- func.UI.screen.refresh_screen(
5127
+ await func.UI.screen.refresh_screen(
5128
5128
  SESSION_ID,
5129
5129
  fields_changed,
5130
5130
  null,
@@ -5125,7 +5125,7 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
5125
5125
  if (!avoid_refresh && fields_changed.length) {
5126
5126
  await func.UI.screen.refresh_xu_attributes(SESSION_ID, fields_changed);
5127
5127
  // await removed from the below function cause to dead lock Mar 3 25
5128
- func.UI.screen.refresh_screen(
5128
+ await func.UI.screen.refresh_screen(
5129
5129
  SESSION_ID,
5130
5130
  fields_changed,
5131
5131
  null,