This commit is contained in:
Massimiliano Assante 2021-04-06 12:58:13 +02:00
parent 4e2ef87567
commit b776f1bbe7
1 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@
<% <%
pageContext.setAttribute("currentGroup", GroupLocalServiceUtil.getGroup(PortalUtil.getScopeGroupId(request))); pageContext.setAttribute("currentGroup", GroupLocalServiceUtil.getGroup(PortalUtil.getScopeGroupId(request)));
String currentUsername = PortalUtil.getUser(request).getScreenName();
pageContext.setAttribute("currentUsername", PortalUtil.getUser(request).getScreenName()); pageContext.setAttribute("currentUsername", PortalUtil.getUser(request).getScreenName());
; ;
%> %>
@ -45,7 +46,7 @@ pageContext.setAttribute("currentUsername", PortalUtil.getUser(request).getScree
</c:when> </c:when>
<c:otherwise> <c:otherwise>
<td> <td>
<%pageContext.setAttribute("vreFoldersId", StorageHubServiceUtil.getVREFoldersId(PortalUtil.getScopeGroupId(request), request, ${currentUsername}));%> <%pageContext.setAttribute("vreFoldersId", StorageHubServiceUtil.getVREFoldersId(PortalUtil.getScopeGroupId(request), request, currentUsername));%>
<c:if test="${not empty vreFoldersId}"> <c:if test="${not empty vreFoldersId}">
<div id="vreFoldersDiv" class="ws-recents"> <div id="vreFoldersDiv" class="ws-recents">
<a <a