From 90c2581b3a158e03a1f147589f7adcc19f6d4ca0 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 26 May 2010 07:52:23 +0000 Subject: [PATCH] Added requirement dependencies git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18718 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../gofax/admin/systems/services/gofax/class_goFaxServer.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gosa-plugins/gofax/admin/systems/services/gofax/class_goFaxServer.inc b/gosa-plugins/gofax/admin/systems/services/gofax/class_goFaxServer.inc index 83818f856..d659e716b 100644 --- a/gosa-plugins/gofax/admin/systems/services/gofax/class_goFaxServer.inc +++ b/gosa-plugins/gofax/admin/systems/services/gofax/class_goFaxServer.inc @@ -92,7 +92,10 @@ class goFaxServer extends goService { "plPriority" => 99, "plSection" => array("administration"), "plCategory" => array("server"), - "plRequirements"=> array('ldapSchema' => array('goFaxServer' => '>=2.7')), + "plRequirements"=> array( + 'ldapSchema' => array('goFaxServer' => '>=2.7'), + 'onFailureDisablePlugin' => array(get_class(),'faxreport','gofaxAccount') + ), "plProvidedAcls"=> array( "goFaxAdmin" => _("Login name"), -- 2.30.2