Skip to content

Commit

Permalink
LPS-97175 UndeployedPortlet should always be ready.
Browse files Browse the repository at this point in the history
  • Loading branch information
shuyangzhou committed Jun 26, 2019
1 parent 7225313 commit 4cbad2e
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -579,6 +579,7 @@ public Portlet getPortletById(long companyId, String portletId) {

portlet.setActive(true);
portlet.setUndeployedPortlet(true);
portlet.setReady(true);
}

return portlet;
Expand Down

0 comments on commit 4cbad2e

Please sign in to comment.