fixed
This commit is contained in:
@@ -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 [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user