@magic-xpa/engine 4.1000.0-dev4100.292 → 4.1000.0-dev4100.295

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.
@@ -20529,8 +20529,10 @@ class MgForm extends MgFormBase {
20529
20529
  finally {
20530
20530
  this._inRefreshDisp = false;
20531
20531
  }
20532
- if (refreshType === Constants.TASK_REFRESH_CURR_REC && (!_super.isLineMode.call(this) || this._tableRefreshed))
20532
+ if (refreshType === Constants.TASK_REFRESH_CURR_REC && (!_super.isLineMode.call(this) || this._tableRefreshed)) {
20533
20533
  this.FormRefreshed = true;
20534
+ Commands.addNoParameters(CommandType.SET_WC_IDLE, this);
20535
+ }
20534
20536
  return true;
20535
20537
  });
20536
20538
  }
@@ -30331,7 +30333,7 @@ class CommandsTable {
30331
30333
  }
30332
30334
  }
30333
30335
 
30334
- let CurrentClientVersion = '4.1000.0-dev4100.292';
30336
+ let CurrentClientVersion = '4.1000.0-dev4100.295';
30335
30337
 
30336
30338
  class ClientManager {
30337
30339
  static get Instance() {