mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merged 5.2.N (5.2.2) to HEAD (5.2)
136757 jkaabimofrad: Merged WEBAPP-API (5.2.1) to 5.2.N (5.2.1) 136752 jkaabimofrad: APPSREPO-147: Renamed 'pathInfo' to 'path' to be consistent with other APIs. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@137506 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -589,7 +589,7 @@ public class QuickShareLinksImpl implements QuickShareLinks, RecognizedParamsExt
|
||||
// in noAuth mode we don't return the path info
|
||||
if (includeParam.contains(PARAM_INCLUDE_PATH))
|
||||
{
|
||||
qs.setPathInfo(nodes.lookupPathInfo(nodeRef, null));
|
||||
qs.setPath(nodes.lookupPathInfo(nodeRef, null));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user