@xuda.io/runtime-bundle 1.0.341 → 1.0.343

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.
@@ -3590,7 +3590,7 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
3590
3590
  ///// REFRESH SCREEN
3591
3591
  if (!avoid_refresh && fields_changed.length) {
3592
3592
  // await removed from the below function cause to dead lock Mar 3 25
3593
- func.UI.screen.refresh_xu_attributes(SESSION_ID, fields_changed);
3593
+ await func.UI.screen.refresh_xu_attributes(SESSION_ID, fields_changed);
3594
3594
  func.UI.screen.refresh_screen(
3595
3595
  SESSION_ID,
3596
3596
  fields_changed,
@@ -3590,7 +3590,7 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
3590
3590
  ///// REFRESH SCREEN
3591
3591
  if (!avoid_refresh && fields_changed.length) {
3592
3592
  // await removed from the below function cause to dead lock Mar 3 25
3593
- func.UI.screen.refresh_xu_attributes(SESSION_ID, fields_changed);
3593
+ await func.UI.screen.refresh_xu_attributes(SESSION_ID, fields_changed);
3594
3594
  func.UI.screen.refresh_screen(
3595
3595
  SESSION_ID,
3596
3596
  fields_changed,