@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.
@@ -23158,7 +23158,6 @@ class Task extends TaskBase {
23158
23158
  await subTask.doFirstRecordCycle();
23159
23159
  }
23160
23160
  }
23161
- await AccessHelper.eventsManager.handleInternalEventWithTask(this, InternalInterface.MG_ACT_REC_SUFFIX);
23162
23161
  }
23163
23162
  }
23164
23163
  this.SubformExecMode = Task_SubformExecModeEnum.SET_FOCUS;
@@ -29546,7 +29545,7 @@ class CommandsTable {
29546
29545
  }
29547
29546
  }
29548
29547
 
29549
- let CurrentClientVersion = '4.1100.0-dev4110.14';
29548
+ let CurrentClientVersion = '4.1100.0-dev4110.15';
29550
29549
 
29551
29550
  class ClientManager {
29552
29551
  static get Instance() {