From: hickert Date: Fri, 10 Dec 2010 14:09:49 +0000 (+0000) Subject: Updated default sorting for ACL-Sections X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2b6d3fc4a09289d7ca357b461cd04bcaf1fe9634;p=gosa.git Updated default sorting for ACL-Sections git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20536 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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();