@magic-xpa/gui 4.900.0-dev490.55 → 4.900.0-dev490.61

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.
@@ -15995,7 +15995,8 @@ class GuiTaskBase {
15995
15995
  this.IsParallel = XmlParser.getBoolean(valueStr);
15996
15996
  break;
15997
15997
  case XMLConstants.MG_ATTR_ROUTER_PATH:
15998
- this.routerPath = valueStr;
15998
+ if (valueStr.trim() != "")
15999
+ this.routerPath = valueStr;
15999
16000
  break;
16000
16001
  case XMLConstants.MG_ATTR_IN_DEFAULT_ROUTER_OUTLET:
16001
16002
  this.inDefaultRouterOutlet = XmlParser.getBoolean(valueStr);