Sections dropdown is updated when changing network
This commit is contained in:
@@ -26,6 +26,7 @@ class BuildingController extends mfBaseController {
|
||||
$this->layout()->set("statuses", BuildingstatusModel::getAll());
|
||||
$this->layout()->set("pipeworkers", AddressModel::search(["addresstype" => ["pipeworker"]]));
|
||||
$this->layout()->set("lineworkers", AddressModel::search(["addresstype" => ["lineworker"]]));
|
||||
$this->layout()->set("networksections", NetworksectionModel::getAll());
|
||||
}
|
||||
|
||||
protected function editAction() {
|
||||
|
||||
Reference in New Issue
Block a user