From: hickert Date: Tue, 26 Jan 2010 13:22:23 +0000 (+0000) Subject: Fixed group listing filter X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3a64228412aac888a93fc91fbc8c92b6ad0f2106;p=gosa.git Fixed group listing filter git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15321 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/personal/posix/groupSelect/group-list.xml b/gosa-core/plugins/personal/posix/groupSelect/group-list.xml index 8d64d2f6e..199e4fb02 100644 --- a/gosa-core/plugins/personal/posix/groupSelect/group-list.xml +++ b/gosa-core/plugins/personal/posix/groupSelect/group-list.xml @@ -41,7 +41,7 @@ cn string - %{filter:link(row,dn,"%s",cn)} + %{cn} true @@ -49,7 +49,7 @@ description string - %{filter:link(row,dn,"%s",description)} + %{description} true