ato-water-lib 0.0.31 → 0.0.32

Sign up to get free protection for your applications and to get access to all the features.
@@ -4709,6 +4709,10 @@ class AtoDefaultGojsEditor {
4709
4709
  obj.part?.['ob']?.topologyType !== ATO_ECOMPONENT_PLANT_TYPE.WATER_PLANT_CELL) {
4710
4710
  return false;
4711
4711
  }
4712
+ if (action === AtoDefaultGojsEditor.ENUM_ACTIONS.OUTFLOW &&
4713
+ self.plantSatus === ATO_EPlantType.BASIC_PLANT) {
4714
+ return false;
4715
+ }
4712
4716
  return true;
4713
4717
  }).map((e) => {
4714
4718
  if (ATO_ECOMPONENT_PLANT_TYPE.STEAM === obj.part?.['ob']?.topologyType &&