@magic-xpa/engine 4.900.0-dev490.60 → 4.900.0-dev490.65

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.
@@ -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
- this._subformTaskId = valueStr;
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.60';
29529
+ let CurrentClientVersion = '4.900.0-dev490.65';
29529
29530
 
29530
29531
  class ClientManager {
29531
29532
  constructor() {