Skip to content
Snippets Groups Projects
Commit 7ae4690a authored by felmer's avatar felmer
Browse files

LMS-2146 add history portlet to default portlets

SVN: 20458
parent 0a63ffda
No related branches found
No related tags found
No related merge requests found
......@@ -292,7 +292,9 @@ public class DisplaySettings implements ISerializable
if (portletConfigurations == null)
{
portletConfigurations = new HashMap<String, PortletConfiguration>();
// Default portlets
addPortlet(portletConfigurations, new PortletConfiguration(StandardPortletNames.WELCOME));
addPortlet(portletConfigurations, new PortletConfiguration(StandardPortletNames.HISTORY));
}
return portletConfigurations;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment