Code

Updated default sorting for ACL-Sections
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 10 Dec 2010 14:09:49 +0000 (14:09 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 10 Dec 2010 14:09:49 +0000 (14:09 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20536 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_acl.inc

index 413bd91f58355e62b9adb3e838bba28e89a42e3e..60a4e65beb7f406ae4c0176f84346a9bd6c5da9b 100644 (file)
@@ -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();