WIP Contractqueue & snopp api
This commit is contained in:
@@ -4,6 +4,7 @@ class NetworkModel {
|
||||
public $name;
|
||||
public $owner_id ;
|
||||
public $adb_netzgebiet_id;
|
||||
public $opsystem;
|
||||
public $sytemowner_action_status;
|
||||
public $note;
|
||||
|
||||
@@ -141,6 +142,13 @@ class NetworkModel {
|
||||
$where .= " AND adb_netzgebiet_id IN (". implode(",", $adb_netzgebiet_id).")";
|
||||
}
|
||||
}
|
||||
|
||||
if(array_key_exists("opsystem", $filter)) {
|
||||
$opsystem = FronkDB::singleton()->escape($filter['opsystem']);
|
||||
if($opsystem) {
|
||||
$where .= " AND Network.`opsystem` = '$opsystem'";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user