mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Adding patch beans for Invitation Service and Web Site Visibility
ALFCOM-2608, MOB-418, MOB-428 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@13656 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -742,10 +742,7 @@ public class SiteServiceImpl implements SiteService, SiteModel
|
||||
visibility = SiteVisibility.PUBLIC;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
// Store the visibility value on the node ref for next time
|
||||
this.nodeService.setProperty(siteNodeRef, SiteModel.PROP_SITE_VISIBILITY, visibility.toString());
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user