This commit is contained in:
Massimiliano Assante 2021-04-06 11:30:39 +02:00
parent 7541e723a4
commit 3927b75c67
1 changed files with 2 additions and 2 deletions

View File

@ -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 {