Code

Fixed sorting for ACL Role categories
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 10 Dec 2010 15:14:57 +0000 (15:14 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 10 Dec 2010 15:14:57 +0000 (15:14 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20541 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/admin/acl/class_aclRole.inc

index cdc2db7fb6ecb79a382e2725948e8033e2d95a19..e3089996eb8bfbb1c6173bd8d6e3a55bf6865e2f 100644 (file)
@@ -164,7 +164,7 @@ class aclrole extends acl
     $this->sectionList->setHeight("400px");
     $this->sectionList->setColspecs(array('200px','*'));
     $this->sectionList->setHeader(array(_("Category"),_("Description")));
-    $this->sectionList->setDefaultSortColumn(1);
+    $this->sectionList->setDefaultSortColumn(0);
     $this->sectionList->setAcl('rwcdm'); // All ACLs, we filter on our own here.
   }