Building/Form: pipe- and lineworker is updated when network is changed
This commit is contained in:
@@ -117,6 +117,7 @@ class NetworkAddressModel {
|
||||
$in = [];
|
||||
foreach(TT_ROLES as $role) {
|
||||
if(in_array($role, $at)) {
|
||||
$role = $db->escape($role);
|
||||
$in[] = "NetworkAddress.type = '$role'";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user