This commit is contained in:
Frank Schubert
2021-12-20 19:14:53 +01:00
parent 9c792011d5
commit 68b275dc8f

View File

@@ -95,11 +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;
$ist_port = $this->getProperty("workflowitems")["ist_ports"]->value->value_string;
if(strlen($ist_port)) {
$ports = $ist_port;
}
if(!$ports) {
return [];
}