ecinc-cloud-wappaio 9.7.68 → 9.7.69

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.
@@ -53254,7 +53254,7 @@ var install = function install(Vue) {
53254
53254
  }
53255
53255
  }
53256
53256
  $scope.wfInstance.udmNodes = udmNodes;
53257
- } else if ($scope.wfInstance.passenger.udmjysp) {
53257
+ } else if ($scope.wfInstance.passenger.isUdmNodes) {
53258
53258
  var tnUsers = [{
53259
53259
  id: $scope.curTN.staffID
53260
53260
  }];
@@ -53264,7 +53264,7 @@ var install = function install(Vue) {
53264
53264
  }
53265
53265
  }
53266
53266
  $scope.wfInstance.udmNodes = udmNodes;
53267
- } else if ($scope.wfInstance.passenger.udmjysp) {
53267
+ } else if ($scope.wfInstance.passenger.isUdmNodes) {
53268
53268
  var tnUsers = [{
53269
53269
  id: $scope.curTN.staffID
53270
53270
  }];