@xuda.io/runtime-bundle 1.0.341 → 1.0.342

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.
@@ -30467,7 +30467,7 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
30467
30467
  ///// REFRESH SCREEN
30468
30468
  if (!avoid_refresh && fields_changed.length) {
30469
30469
  // await removed from the below function cause to dead lock Mar 3 25
30470
- func.UI.screen.refresh_xu_attributes(SESSION_ID, fields_changed);
30470
+ await func.UI.screen.refresh_xu_attributes(SESSION_ID, fields_changed);
30471
30471
  func.UI.screen.refresh_screen(
30472
30472
  SESSION_ID,
30473
30473
  fields_changed,