Skip to content

Commit

Permalink
LPD-42253 SF
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Nov 18, 2024
1 parent ad62b9d commit 8167e78
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -426,9 +426,6 @@ private void _processAction(
MockLiferayPortletActionRequest mockLiferayPortletActionRequest =
new MockLiferayPortletActionRequest();

mockLiferayPortletActionRequest.setAttribute(
WebKeys.THEME_DISPLAY, _getThemeDisplay());

mockLiferayPortletActionRequest.addParameter(
"copyPermissions", String.valueOf(copyPermissions));
mockLiferayPortletActionRequest.addParameter(
Expand All @@ -444,6 +441,9 @@ private void _processAction(
entry.getKey(), entry.getValue());
}

mockLiferayPortletActionRequest.setAttribute(
WebKeys.THEME_DISPLAY, _getThemeDisplay());

_mvcActionCommand.processAction(
mockLiferayPortletActionRequest,
new MockLiferayPortletActionResponse());
Expand Down

0 comments on commit 8167e78

Please sign in to comment.