@magic-xpa/engine 4.900.0-dev490.92 → 4.900.0-dev490.97
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.
- package/esm2020/src/CurrentClientVersion.mjs +2 -2
- package/esm2020/src/tasks/Task.mjs +2 -1
- package/fesm2015/magic-xpa-engine.mjs +2 -1
- package/fesm2015/magic-xpa-engine.mjs.map +1 -1
- package/fesm2020/magic-xpa-engine.mjs +2 -1
- package/fesm2020/magic-xpa-engine.mjs.map +1 -1
- package/package.json +4 -4
|
@@ -23035,6 +23035,7 @@ class Task extends TaskBase {
|
|
|
23035
23035
|
result = await this.DataviewManager.Execute(dataViewCommand);
|
|
23036
23036
|
if (!result.Success)
|
|
23037
23037
|
return null;
|
|
23038
|
+
this.ResumeSubformLayout();
|
|
23038
23039
|
}
|
|
23039
23040
|
nonInteractiveTask = await this.StartSubTasks(moveToFirstControl, nonInteractiveTask, callByDestSubForm);
|
|
23040
23041
|
this.InStartProcess = false;
|
|
@@ -29528,7 +29529,7 @@ class CommandsTable {
|
|
|
29528
29529
|
}
|
|
29529
29530
|
}
|
|
29530
29531
|
|
|
29531
|
-
let CurrentClientVersion = '4.900.0-dev490.
|
|
29532
|
+
let CurrentClientVersion = '4.900.0-dev490.97';
|
|
29532
29533
|
|
|
29533
29534
|
class ClientManager {
|
|
29534
29535
|
constructor() {
|