mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (5.0/Cloud)
78801: Merged V4.2-BUG-FIX (4.2.4) to HEAD-BUG-FIX (5.0) 78763: Merged V4.2.3 (4.2.3) to V4.2-BUG-FIX (4.2.4) 78668: Merged DEV to PATCHES/V4.2.3 78526 : MNT-12033 : Treeview filter shows Repository structure on Shared Files page - Changed references to shared files git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82640 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -773,7 +773,7 @@ function resolveRootNode(reference)
|
||||
{
|
||||
node = companyhome.childrenByXPath("st:sites")[0];
|
||||
}
|
||||
else if (reference == "alfresco://shared")
|
||||
else if (reference == "alfresco://company/shared")
|
||||
{
|
||||
node = companyhome.childrenByXPath("app:shared")[0];
|
||||
}
|
||||
|
Reference in New Issue
Block a user