From 7ae4690aa1a3703216dda714b178e54b78454788 Mon Sep 17 00:00:00 2001 From: felmer <felmer> Date: Wed, 23 Mar 2011 09:24:45 +0000 Subject: [PATCH] LMS-2146 add history portlet to default portlets SVN: 20458 --- .../cisd/openbis/generic/shared/basic/dto/DisplaySettings.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/generic/shared/basic/dto/DisplaySettings.java b/openbis/source/java/ch/systemsx/cisd/openbis/generic/shared/basic/dto/DisplaySettings.java index be6617fa0f4..b6fdbe766d0 100644 --- a/openbis/source/java/ch/systemsx/cisd/openbis/generic/shared/basic/dto/DisplaySettings.java +++ b/openbis/source/java/ch/systemsx/cisd/openbis/generic/shared/basic/dto/DisplaySettings.java @@ -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; } -- GitLab