none
This commit is contained in:
parent
7541e723a4
commit
3927b75c67
|
@ -149,9 +149,9 @@ public class StorageHubServiceUtil {
|
||||||
* @param request
|
* @param request
|
||||||
* @return the VRE Folders Id
|
* @return the VRE Folders Id
|
||||||
*/
|
*/
|
||||||
public static String getVREFoldersId(String groupId) {
|
public static String getVREFoldersId(long groupId) {
|
||||||
String toReturn = "";
|
String toReturn = "";
|
||||||
String currentContext = PortalContext.getConfiguration().getCurrentScope(groupId);
|
String currentContext = PortalContext.getConfiguration().getCurrentScope(""+groupId);
|
||||||
_log.debug("getVREFoldersId, context="+currentContext);
|
_log.debug("getVREFoldersId, context="+currentContext);
|
||||||
ScopeProvider.instance.set(currentContext);
|
ScopeProvider.instance.set(currentContext);
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in New Issue