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:
Mark Rogers
2009-03-17 16:52:07 +00:00
parent 4d8bcb0e3a
commit baf2eeb072
5 changed files with 374 additions and 4 deletions

View File

@@ -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
{