Updated to PortalContext

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/admin/accounting-manager@135005 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2016-11-28 16:41:02 +00:00
parent 244d745b4c
commit 7c199662e3
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ public class StorageUtil {
throws ServiceException { throws ServiceException {
Workspace ws; Workspace ws;
try { try {
logger.info("Get public link: [user="+user+", itemId="+itemId+"]");
ws = HomeLibrary.getUserWorkspace(user); ws = HomeLibrary.getUserWorkspace(user);
WorkspaceItem workSpaceItem = ws.getItem(itemId); WorkspaceItem workSpaceItem = ws.getItem(itemId);