ecinc-cloud-mappaio 9.6.164 → 9.6.165

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.
@@ -41894,7 +41894,7 @@ var wfengine_install = function install(Vue) {
41894
41894
  };
41895
41895
  $scope.wfInstance.udmNodes = [udmNode];
41896
41896
  }
41897
- if ($scope.wfInstance.udmNodes) {
41897
+ if ($scope.wfInstance.udmNodes && $scope.curTN.tnNodeID !== null) {
41898
41898
  $scope.wfJsonData.routes = _this.setUdmCustomRoutes($scope);
41899
41899
  }
41900
41900
  $scope.commonIdeaList = $scope.wfInstance.passenger.commonIdeaList;
@@ -41904,7 +41904,7 @@ var wfengine_install = function install(Vue) {
41904
41904
  };
41905
41905
  $scope.wfInstance.udmNodes = [udmNode];
41906
41906
  }
41907
- if ($scope.wfInstance.udmNodes) {
41907
+ if ($scope.wfInstance.udmNodes && $scope.curTN.tnNodeID !== null) {
41908
41908
  $scope.wfJsonData.routes = _this.setUdmCustomRoutes($scope);
41909
41909
  }
41910
41910
  $scope.commonIdeaList = $scope.wfInstance.passenger.commonIdeaList;