From: hickert Date: Tue, 4 May 2010 14:54:52 +0000 (+0000) Subject: Added new filter type X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8c49340e770277217dfd576f3f679014b70c4f63;p=gosa.git Added new filter type git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18049 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_userFilterEditor.inc b/gosa-core/include/class_userFilterEditor.inc index 1d55eaf64..023b5d327 100644 --- a/gosa-core/include/class_userFilterEditor.inc +++ b/gosa-core/include/class_userFilterEditor.inc @@ -21,7 +21,7 @@ class userFilterEditor extends plugin // The list of all categories mangaged by the current filter object. // Used in the grop-down box. public $orig_name = ""; - public $backends = array('LDAP','LDAPBlacklist', 'SYSTEMS', 'FAI', 'GroupLDAP','ACL', 'OPSIPackages','APPLICATIONS','MIMETYPES'); + public $backends = array('LDAP','LDAPBlacklist', 'SYSTEMS', 'FAI', 'GroupLDAP','ACL', 'OPSIPackages','APPLICATIONS','MIMETYPES','CONFIGPROPERTIES'); /*! \brief Instantiate the filter editing dialog.