mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
ALF-11664 Moderated sites should use site.public.group (from SysAdminParams) for setting the group with general access, as Public sites already do, rather than hard coding the EVERYONE group
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@32242 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -244,4 +244,10 @@ public class SiteInfoImpl implements SiteInfo
|
||||
{
|
||||
return this.shortName.hashCode();
|
||||
}
|
||||
|
||||
public String toString()
|
||||
{
|
||||
return visibility.name() + " Site " + shortName + " (" + title + ")" +
|
||||
" @ " + nodeRef.toString();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user