mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Tenant Services hooks for WebClient - for getting tenant-specific company home/root space [not guest*servlets yet]
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6645 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -66,7 +66,7 @@ public class UISpaceSelector extends AbstractItemSelector
|
||||
{
|
||||
String id = null;
|
||||
|
||||
if (this.navigationId != null && this.navigationId.equals(Application.getCompanyRootId()) == false)
|
||||
if (this.navigationId != null && this.navigationId.equals(Application.getCompanyRootId(context)) == false)
|
||||
{
|
||||
try
|
||||
{
|
||||
@@ -107,7 +107,7 @@ public class UISpaceSelector extends AbstractItemSelector
|
||||
|
||||
public Collection<NodeRef> getRootChildren(FacesContext context)
|
||||
{
|
||||
NodeRef rootRef = new NodeRef(Repository.getStoreRef(), Application.getCompanyRootId());
|
||||
NodeRef rootRef = new NodeRef(Repository.getStoreRef(), Application.getCompanyRootId(context));
|
||||
|
||||
// get a child association reference back from the parent node to satisfy
|
||||
// the generic API we have in the abstract super class
|
||||
|
Reference in New Issue
Block a user