Fixed ports in patching
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
<input type="text" name="Username" id="mfUsername" class="form-control" placeholder="Benutzer">
|
||||
<div class="input-group-append">
|
||||
<div class="input-group-text">
|
||||
<span class="fas fa-envelope"></span>
|
||||
<span class="fas fa-user"></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -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 [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user