Devices:
• Übersicht Pop/Adressen/Koordinaten Verlinkungen Pop: • Fontsize in Übersicht auf 13px geändert für bessere Übersicht • Neue Features: o Poprackverwaltung v1 CRUD o Poprackmodulverwaltung V1 CRUD
This commit is contained in:
@@ -43,6 +43,7 @@ class PopController extends mfBaseController
|
||||
|
||||
$this->layout()->setTemplate("Pop/Detail");
|
||||
$filter['pop_id'] = $id;
|
||||
$this->layout()->set("popracks", PoprackModel::getAllbyPop($id));
|
||||
$this->layout()->set("devices", DeviceModel::search($filter));
|
||||
$pops = PopModel::getOne($id);
|
||||
$this->layout()->set("pops", $pops);
|
||||
@@ -151,7 +152,6 @@ class PopController extends mfBaseController
|
||||
$returnAction = "";
|
||||
$returnVariables['id'] = $id;
|
||||
$this->returUrl = $returnUrl;
|
||||
var_dump($returnUrl);
|
||||
} else {
|
||||
$this->returUrl = ucfirst($this->request->returnto);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user