@magic-xpa/engine 4.1100.0-dev4110.14 → 4.1100.0-dev4110.15

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.
@@ -23743,7 +23743,6 @@ class Task extends TaskBase {
23743
23743
  yield subTask.doFirstRecordCycle();
23744
23744
  }
23745
23745
  }
23746
- yield AccessHelper.eventsManager.handleInternalEventWithTask(this, InternalInterface.MG_ACT_REC_SUFFIX);
23747
23746
  }
23748
23747
  }
23749
23748
  this.SubformExecMode = Task_SubformExecModeEnum.SET_FOCUS;
@@ -30362,7 +30361,7 @@ class CommandsTable {
30362
30361
  }
30363
30362
  }
30364
30363
 
30365
- let CurrentClientVersion = '4.1100.0-dev4110.14';
30364
+ let CurrentClientVersion = '4.1100.0-dev4110.15';
30366
30365
 
30367
30366
  class ClientManager {
30368
30367
  static get Instance() {