diff --git a/Layout/andom-tec/mfLogin/Index.php b/Layout/andom-tec/mfLogin/Index.php index eb0eb9017..05c49c691 100644 --- a/Layout/andom-tec/mfLogin/Index.php +++ b/Layout/andom-tec/mfLogin/Index.php @@ -34,7 +34,7 @@
- +
diff --git a/application/Termination/Termination.php b/application/Termination/Termination.php index 7a4e8747f..bd7cdd192 100644 --- a/application/Termination/Termination.php +++ b/application/Termination/Termination.php @@ -95,6 +95,11 @@ class Termination extends mfBaseModel { public function getLineworkportPairs() { $ports = $this->getProperty("workflowitems")["ports"]->value->value_string; + $ist_port = $this->getProperty("workflowitems")["ports"]->value->value_string; + if(strlen($ist_port)) { + $ports = $ist_port; + } + if(!$ports) { return []; }