Skip to content

Commit

Permalink
LPS-144080 put the selected repository and the actual repository on o…
Browse files Browse the repository at this point in the history
…rder to match the DLSelectFolderDisplayContext
  • Loading branch information
AliciaGarciaGarcia authored and brianchandotcom committed Dec 27, 2021
1 parent cc4879a commit 4f081c6
Showing 1 changed file with 4 additions and 8 deletions.
Expand Up @@ -125,14 +125,10 @@ public void renderHTML(
DLSelectFolderDisplayContext.class.getName(),
new DLSelectFolderDisplayContext(
_dlAppService, _fetchFolder(folderId),
(HttpServletRequest)servletRequest, portletURL,
BeanParamUtil.getLong(
itemSelectorCriterion, (HttpServletRequest)servletRequest,
"selectedRepositoryId"),
BeanParamUtil.getLong(
itemSelectorCriterion, (HttpServletRequest)servletRequest,
"selectedFolderId", folderId),
repositoryId, _isShowGroupSelector(itemSelectorCriterion)));
(HttpServletRequest)servletRequest, portletURL, repositoryId,
itemSelectorCriterion.getSelectedFolderId(),
itemSelectorCriterion.getSelectedRepositoryId(),
_isShowGroupSelector(itemSelectorCriterion)));

requestDispatcher.include(servletRequest, servletResponse);
}
Expand Down

0 comments on commit 4f081c6

Please sign in to comment.