Fixed single port in Patching port select
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
<tr class="table-bordered text-center">
|
||||
<th colspan="4">Standort</th>
|
||||
<th colspan="2">ODF</th>
|
||||
<th colspan="4">Abschluss POP/Device</th>
|
||||
<th colspan="4">Abschluss/Device</th>
|
||||
</tr>
|
||||
<tr class="table-bordered">
|
||||
<th>Netzgebiet</th>
|
||||
@@ -78,17 +78,17 @@
|
||||
<?php foreach($terminations as $term): ?>
|
||||
<tr>
|
||||
<td><?=$term->building->network->name?></td>
|
||||
<td><?=$term->order->owner->customer_number?></td>
|
||||
<td><?=$term->order->owner->getCompanyOrName()?></td>
|
||||
<td><?=$term->building->pop->name?></td>
|
||||
<td><?=$term->order->owner->customer_number?><br /> <?=$term->order->owner->getCompanyOrName()?></td>
|
||||
<td>
|
||||
<?=$term->building->street?><br />
|
||||
<?=$term->building->zip?> <?=$term->building->city?>
|
||||
</td>
|
||||
<td>
|
||||
<td class="text-mono text-primary" title="Schrank: <?=$term->workflowitems["schrank"]->value->value_string?> / Baugruppe: <?=$term->workflowitems["baugruppe"]->value->value_string?> / Modul: <?=$term->workflowitems["modul"]->value->value_string?> / Port: <?=$term->workflowitems["ports"]->value->value_string?>">
|
||||
<?=$term->workflowitems["schrank"]->value->value_string?> /
|
||||
<?=$term->workflowitems["baugruppe"]->value->value_string?> /
|
||||
<?=$term->workflowitems["modul"]->value->value_string?> /
|
||||
<?=$term->workflowitems["ports"]->value->value_string?> /
|
||||
<?=$term->workflowitems["ports"]->value->value_string?>
|
||||
</td>
|
||||
<td><input type="text" class="form-control" name="linework_port" value="" placeholder="ODF Port" /></td>
|
||||
<td>
|
||||
|
||||
@@ -114,7 +114,7 @@ class Termination extends mfBaseModel {
|
||||
} else {
|
||||
// single port
|
||||
$this->log->debug("not a range");
|
||||
$return["range"] = $ports;
|
||||
$return["range"][] = $ports;
|
||||
}
|
||||
|
||||
//var_dump($return);exit;
|
||||
|
||||
Reference in New Issue
Block a user