@magic-xpa/engine 4.900.0-dev490.90 → 4.900.0-dev490.95

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.
@@ -23635,6 +23635,7 @@ class Task extends TaskBase {
23635
23635
  result = yield this.DataviewManager.Execute(dataViewCommand);
23636
23636
  if (!result.Success)
23637
23637
  return null;
23638
+ this.ResumeSubformLayout();
23638
23639
  }
23639
23640
  nonInteractiveTask = yield this.StartSubTasks(moveToFirstControl, nonInteractiveTask, callByDestSubForm);
23640
23641
  this.InStartProcess = false;
@@ -30373,7 +30374,7 @@ class CommandsTable {
30373
30374
  }
30374
30375
  }
30375
30376
 
30376
- let CurrentClientVersion = '4.900.0-dev490.90';
30377
+ let CurrentClientVersion = '4.900.0-dev490.95';
30377
30378
 
30378
30379
  class ClientManager {
30379
30380
  constructor() {