From 5b65a6c6d012d7fdbc9a4ee49e3a73d04eb97ddd Mon Sep 17 00:00:00 2001 From: cgagnaire Date: Thu, 19 Apr 2018 17:03:11 +0200 Subject: [PATCH] fix(clapi): fix acl group setcontact export --- www/class/centreon-clapi/centreonACLGroup.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/class/centreon-clapi/centreonACLGroup.class.php b/www/class/centreon-clapi/centreonACLGroup.class.php index 215b027a85b..e2bb032afcb 100644 --- a/www/class/centreon-clapi/centreonACLGroup.class.php +++ b/www/class/centreon-clapi/centreonACLGroup.class.php @@ -288,7 +288,7 @@ private function exportLinkedObjects($aclGroupId, $aclGroupName) array( 'object' => 'CONTACT', 'relClass' => 'Centreon_Object_Relation_Acl_Group_Contact', - 'objectFieldName' => 'contact_name' + 'objectFieldName' => 'contact_alias' ), array( 'object' => 'CONTACTGROUP',