From 27a9f9e5c78c0e43a5fc602e43dac1420953bf49 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 26 May 2010 07:52:25 +0000 Subject: [PATCH] Added requirement dependencies git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18719 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../gofon/admin/systems/services/gofon/class_goFonServer.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gosa-plugins/gofon/admin/systems/services/gofon/class_goFonServer.inc b/gosa-plugins/gofon/admin/systems/services/gofon/class_goFonServer.inc index 6365626d4..1a8b1f028 100644 --- a/gosa-plugins/gofon/admin/systems/services/gofon/class_goFonServer.inc +++ b/gosa-plugins/gofon/admin/systems/services/gofon/class_goFonServer.inc @@ -170,7 +170,10 @@ class goFonServer extends goService{ "plSection" => array("administration"), "plCategory" => array("server"), - "plRequirements"=> array('ldapSchema' => array('goFonServer' => '>=2.7')), + "plRequirements"=> array( + 'ldapSchema' => array('goFonServer' => '>=2.7'), + 'onFailureDisablePlugin' => array(get_class(),'fonreport','goFonMacro','phoneAccount','phoneConferenceManagment') + ), "plProvidedAcls"=> array( "start" => _("Start"), -- 2.30.2