Building/Form: pipe- and lineworker is updated when network is changed

This commit is contained in:
Frank Schubert
2021-07-20 19:49:39 +02:00
parent 8a8de499c6
commit 912fafade3
8 changed files with 132 additions and 13 deletions
@@ -13,7 +13,9 @@ class DashboardController extends mfBaseController {
protected function indexAction() {
}
/*
protected function testAction() {
$search = [
'street' => "Kastellfeldgasse 20",
@@ -25,5 +27,5 @@ class DashboardController extends mfBaseController {
$coords = Gmaps_Geocoding::getCoords($search);
var_dump($coords);
exit;
}
}*/
}