Code

Added schema requrements
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 25 May 2010 08:59:18 +0000 (08:59 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 25 May 2010 08:59:18 +0000 (08:59 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18651 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/groups/apps/class_groupApplication.inc

index 1e1edb209d4c8c7d6b9a4d1e1a5030a82953887e..a6088185fdfa4e76fcafc9397830fdaf33a07b8b 100644 (file)
@@ -1382,6 +1382,7 @@ class appgroup extends plugin
           "plSection"     => array("administration"),
           "plCategory"    => array("groups"),
           "plProvidedAcls"=> array(
+          "plRequirements"=> array('ldapSchema' => array('gotoSubmenuEntry'=>'>=2.7','gotoMenuEntry' => '>=2.7')),
             "gosaMemberApplication"     => _("Application"),
             "FAIrelease"                => _("Release"),
             "gosaApplicationParameter"  => _("Application parameter"))