From 2b6d3fc4a09289d7ca357b461cd04bcaf1fe9634 Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 10 Dec 2010 14:09:49 +0000 Subject: [PATCH] Updated default sorting for ACL-Sections git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20536 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_acl.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/include/class_acl.inc b/gosa-core/include/class_acl.inc index 413bd91f5..60a4e65be 100644 --- a/gosa-core/include/class_acl.inc +++ b/gosa-core/include/class_acl.inc @@ -252,7 +252,7 @@ class acl extends plugin $this->sectionList->setHeight("120px"); $this->sectionList->setColspecs(array('200px','*')); $this->sectionList->setHeader(array(_("Section"),_("Description"))); - $this->sectionList->setDefaultSortColumn(1); + $this->sectionList->setDefaultSortColumn(0); $this->sectionList->setAcl('rwcdm'); // All ACLs, we filter on our own here. $this->roleList = new sortableListing(); -- 2.30.2