ato-water-lib 0.0.31 → 0.0.33

Sign up to get free protection for your applications and to get access to all the features.
@@ -4709,6 +4709,11 @@ 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
+ obj.part?.data?.type === AtoGojsEditorModel.ENUM_TEMPLATES.TEXT_NODE) {
4715
+ return false;
4716
+ }
4712
4717
  return true;
4713
4718
  }).map((e) => {
4714
4719
  if (ATO_ECOMPONENT_PLANT_TYPE.STEAM === obj.part?.['ob']?.topologyType &&