Added filters to Pipework

This commit is contained in:
Frank Schubert
2021-08-30 22:42:38 +02:00
parent b166bc3bd2
commit 609dac71ab
4 changed files with 99 additions and 11 deletions

View File

@@ -105,6 +105,8 @@ class NetworkModel {
}
}
//var_dump($filter, $where);exit;
return $where;
}