From 3a64228412aac888a93fc91fbc8c92b6ad0f2106 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 26 Jan 2010 13:22:23 +0000 Subject: [PATCH] Fixed group listing filter git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15321 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/plugins/personal/posix/groupSelect/group-list.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2