diff --git a/ChangeLog b/ChangeLog index 472cfde0f..a96d48cbd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-03-31 Wolfgang Sourdeau + + * UI/SOGoUI/SOGoACLAdvisory.m ([SOGoACLAdvisory -resourceName]): + use the resource display name instead of its "nameInContainer". + 2008-03-28 Wolfgang Sourdeau * SoObjects/Contacts/SOGoContactLDIFEntry.m ([SOGoContactLDIFEntry diff --git a/UI/SOGoUI/SOGoACLAdvisory.m b/UI/SOGoUI/SOGoACLAdvisory.m index ecdbb5ffa..621950ada 100644 --- a/UI/SOGoUI/SOGoACLAdvisory.m +++ b/UI/SOGoUI/SOGoACLAdvisory.m @@ -116,7 +116,7 @@ - (NSString *) resourceName { - return [aclObject nameInContainer]; + return [aclObject displayName]; } - (NSString *) subject