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