@magic-xpa/engine 4.900.0-dev490.56 → 4.900.0-dev490.62
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/gui/MgControl.mjs +3 -2
- package/fesm2015/magic-xpa-engine.mjs +3 -2
- package/fesm2015/magic-xpa-engine.mjs.map +1 -1
- package/fesm2020/magic-xpa-engine.mjs +3 -2
- package/fesm2020/magic-xpa-engine.mjs.map +1 -1
- package/package.json +4 -4
|
@@ -1205,7 +1205,8 @@ class MgControl extends MgControlBase {
|
|
|
1205
1205
|
if (!isTagProcessed) {
|
|
1206
1206
|
switch (attribute) {
|
|
1207
1207
|
case ConstInterface.MG_ATTR_SUBFORM_TASK:
|
|
1208
|
-
|
|
1208
|
+
if (valueStr.trim() != "")
|
|
1209
|
+
this._subformTaskId = valueStr;
|
|
1209
1210
|
break;
|
|
1210
1211
|
case ConstInterface.MG_ATTR_REFRESHON:
|
|
1211
1212
|
this.refreshOnString = valueStr.trim();
|
|
@@ -29525,7 +29526,7 @@ class CommandsTable {
|
|
|
29525
29526
|
}
|
|
29526
29527
|
}
|
|
29527
29528
|
|
|
29528
|
-
let CurrentClientVersion = '4.900.0-dev490.
|
|
29529
|
+
let CurrentClientVersion = '4.900.0-dev490.62';
|
|
29529
29530
|
|
|
29530
29531
|
class ClientManager {
|
|
29531
29532
|
constructor() {
|