From 022fcc4e26ba42fd0c0aedbc7dd84d900a399eb0 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 26 May 2010 07:53:16 +0000 Subject: [PATCH] Added requirement dependencies git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18739 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../goto/personal/environment/class_environment.inc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gosa-plugins/goto/personal/environment/class_environment.inc b/gosa-plugins/goto/personal/environment/class_environment.inc index b31d93413..cd699ef2f 100644 --- a/gosa-plugins/goto/personal/environment/class_environment.inc +++ b/gosa-plugins/goto/personal/environment/class_environment.inc @@ -1773,8 +1773,11 @@ class environment extends plugin "groups"), "plOptions" => array("resolution_hook" => array("type" => "string", "description" => _("Command to extend the list of possible screen resolutions"))), - "plRequirements"=> array('gotoEnvironment' => array('FAIclass' => '>=2.7')), - "plProperties" => array( + "plRequirements"=> array( + 'ldapSchema' => array('gotoEnvironment' => '>=2.7'), + 'onFailureDisablePlugin' => array(get_class()) + ), + "plProperties" => array( array( "name" => "resolutions", -- 2.30.2