From 866fa984e1a0c9fa2fea7c8e59fc07a98ef16959 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 20 Jul 2010 14:57:37 +0000 Subject: [PATCH] Updated management and its apply button handling. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19027 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_management.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gosa-core/include/class_management.inc b/gosa-core/include/class_management.inc index 77f07307f..3d5e66134 100644 --- a/gosa-core/include/class_management.inc +++ b/gosa-core/include/class_management.inc @@ -688,9 +688,10 @@ class management if(!empty($altTabType)) $tabType = $altTabType; if(!empty($altAclCategory)) $aclCategory = $altAclCategory; + $this->displayApplyBtn = count($target) == 1; + // Single edit - we only got one object dn. if(count($target) == 1){ - $this->displayApplyBtn = TRUE; $this->is_new = FALSE; $this->is_single_edit = TRUE; $this->is_multiple_edit = FALSE; -- 2.30.2