@magic-xpa/engine 4.800.0-dev480.178 → 4.800.0-dev480.179
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/bundles/magic-xpa-engine.umd.js +3 -3
- package/bundles/magic-xpa-engine.umd.js.map +1 -1
- package/bundles/magic-xpa-engine.umd.min.js +1 -1
- package/bundles/magic-xpa-engine.umd.min.js.map +1 -1
- package/esm2015/src/CurrentClientVersion.js +2 -2
- package/esm2015/src/event/EventsManager.js +3 -3
- package/fesm2015/magic-xpa-engine.js +3 -3
- package/fesm2015/magic-xpa-engine.js.map +1 -1
- package/package.json +4 -4
|
@@ -34436,7 +34436,7 @@
|
|
|
34436
34436
|
case 145:
|
|
34437
34437
|
currRecord = LastFocusedManager.Instance.getLastFocusedTask().DataView.getCurrRec();
|
|
34438
34438
|
if (!(ClientManager.TransCacheExists() || (currRecord != null && currRecord.Modified))) return [3 /*break*/, 146];
|
|
34439
|
-
console.log('Pending transaction/record is modified,
|
|
34439
|
+
console.log('Pending transaction/record is modified, discarded \'Context Remove\' event.');
|
|
34440
34440
|
return [3 /*break*/, 149];
|
|
34441
34441
|
case 146:
|
|
34442
34442
|
if (!(Environment.Instance.getClientContextInactivityTimeout() > 0)) return [3 /*break*/, 148];
|
|
@@ -34453,7 +34453,7 @@
|
|
|
34453
34453
|
gui.RuntimeContextBase.Instance.RemovingContextFromServer = true;
|
|
34454
34454
|
}
|
|
34455
34455
|
else {
|
|
34456
|
-
console.log('
|
|
34456
|
+
console.log('Discarded \'Context Remove\' event as user event occurred.');
|
|
34457
34457
|
EventsManager.clientContextInactivityTimerAborted = false;
|
|
34458
34458
|
return [3 /*break*/, 180];
|
|
34459
34459
|
}
|
|
@@ -37260,7 +37260,7 @@
|
|
|
37260
37260
|
return CommandsTable;
|
|
37261
37261
|
}());
|
|
37262
37262
|
|
|
37263
|
-
var CurrentClientVersion = '4.800.0-dev480.
|
|
37263
|
+
var CurrentClientVersion = '4.800.0-dev480.179';
|
|
37264
37264
|
|
|
37265
37265
|
var ClientManager = /** @class */ (function () {
|
|
37266
37266
|
function ClientManager() {
|