@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.
@@ -3500,7 +3500,7 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
3500
3500
  if (!avoid_refresh && fields_changed.length) {
3501
3501
  await func.UI.screen.refresh_xu_attributes(SESSION_ID, fields_changed);
3502
3502
  // await removed from the below function cause to dead lock Mar 3 25
3503
- func.UI.screen.refresh_screen(
3503
+ await func.UI.screen.refresh_screen(
3504
3504
  SESSION_ID,
3505
3505
  fields_changed,
3506
3506
  null,
@@ -3500,7 +3500,7 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
3500
3500
  if (!avoid_refresh && fields_changed.length) {
3501
3501
  await func.UI.screen.refresh_xu_attributes(SESSION_ID, fields_changed);
3502
3502
  // await removed from the below function cause to dead lock Mar 3 25
3503
- func.UI.screen.refresh_screen(
3503
+ await func.UI.screen.refresh_screen(
3504
3504
  SESSION_ID,
3505
3505
  fields_changed,
3506
3506
  null,