Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
fix(clapi): fix acl group setcontact export (#6224)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgagnaire authored and kduret committed Jul 6, 2018
1 parent f049cf5 commit 66bcf1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/class/centreon-clapi/centreonACLGroup.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,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',
Expand Down

0 comments on commit 66bcf1c

Please sign in to comment.