Faserplanung
* Kabelverzeichnis Updates
This commit is contained in:
@@ -92,6 +92,7 @@ class FiberPlanCableController extends mfBaseController
|
||||
$fiberPlanPipesEndpoints[] = FiberPlanPipeEndpointModel::search(['fiberPlanPipe_id' => $fiberPlanCablePipe->fiberPlanPipe_id]);
|
||||
}
|
||||
}
|
||||
$fibersArray = FiberPlanCableModel::$fibersArray;
|
||||
$fiberPlanCableEndpoints = FiberPlanCableEndpointModel::search(['fiberPlanCable_id' => $id]);
|
||||
//$fiberPlanPipeSub = FiberPlanCableModel::getFiberPlanPipeSub($fiberplancables->data->fiberPlanPipe_id, 1);
|
||||
$fiberPlanPipeTemplates = FiberPlanPipeTemplateModel::getAll();
|
||||
@@ -100,6 +101,7 @@ class FiberPlanCableController extends mfBaseController
|
||||
$fiberplanpipemanufacturers = FiberPlanPipeManufacturerModel::getOne(1);
|
||||
|
||||
$this->layout()->set("lineworkeraddresses", $lineworkeraddresses);
|
||||
$this->layout()->set("fibersArray", $fibersArray);
|
||||
$this->layout()->set("fiberplanpipemanufacturers", $fiberplanpipemanufacturers);
|
||||
// $this->layout()->set("fiberPlanPipeSub", $fiberPlanPipeSub);
|
||||
$this->layout()->set("fiberplancables", $fiberplancables);
|
||||
|
||||
Reference in New Issue
Block a user