Skip to content

Commit

Permalink
LPS-133629 Hugo SF, remove ugly code that PortletURLBuilde accounts f…
Browse files Browse the repository at this point in the history
…or already
  • Loading branch information
brianchandotcom committed Jun 8, 2021
1 parent e4026e6 commit 47f3e8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -205,7 +205,7 @@ liferayPortletRequest, getGroup(liferayPortletRequest),
).setMVCPath(
"/edit_article.jsp"
).setParameter(
"showSelectFolder", Boolean.TRUE.toString()
"showSelectFolder", true
).build();

if (classTypeId > 0) {
Expand Down
Expand Up @@ -60,7 +60,7 @@ DDMStructure ddmStructure = journalEditArticleDisplayContext.getDDMStructure();
).setMVCPath(
"/select_folder.jsp"
).setParameter(
"folderId", String.valueOf(journalEditArticleDisplayContext.getFolderId())
"folderId", journalEditArticleDisplayContext.getFolderId()
).buildString()
).build()
%>'
Expand Down

0 comments on commit 47f3e8e

Please sign in to comment.