Commit 2863494d authored by Côme Chilliet's avatar Côme Chilliet Committed by Mortier Benoit
Browse files

Added missing attributes to systemSelect searches

Showing with 1 addition and 0 deletions
+1 -0
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
class systemSelect extends simpleSelectManagement class systemSelect extends simpleSelectManagement
{ {
protected $autoFilterAttributes = array('dn', 'cn', 'ipHostNumber', 'macAddress');
protected $objectTypes = array( protected $objectTypes = array(
'terminal', 'workstation', 'server' 'terminal', 'workstation', 'server'
); );
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment