From 199a691e145e784f28251d901b2f8e059717ba90 Mon Sep 17 00:00:00 2001 From: "massimiliano.assante" Date: Mon, 26 Sep 2016 12:18:02 +0000 Subject: [PATCH] removed support for document workflow notifications git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/notifications@131788 82a268e6-3cf1-43bd-a215-b396298e98cf --- distro/changelog.xml | 3 +++ .../user/notifications/server/NotificationsServiceImpl.java | 2 +- .../gcube/portlets/user/notifications/Notifications.gwt.xml | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/distro/changelog.xml b/distro/changelog.xml index deffbc8..67a636f 100644 --- a/distro/changelog.xml +++ b/distro/changelog.xml @@ -1,4 +1,7 @@ + + Responsive Design, removed support for notifications + Ported to Liferay 6.2 Responsive Design diff --git a/src/main/java/org/gcube/portlets/user/notifications/server/NotificationsServiceImpl.java b/src/main/java/org/gcube/portlets/user/notifications/server/NotificationsServiceImpl.java index 0975bc2..8cb8f77 100644 --- a/src/main/java/org/gcube/portlets/user/notifications/server/NotificationsServiceImpl.java +++ b/src/main/java/org/gcube/portlets/user/notifications/server/NotificationsServiceImpl.java @@ -93,7 +93,7 @@ public class NotificationsServiceImpl extends RemoteServiceServlet implements No */ public String getDevelopmentUser() { String user = "test.user"; - // user = "andrea.rossi"; +// user = "andrea.rossi"; return user; } public UserInfo getUserInfo() { diff --git a/src/main/resources/org/gcube/portlets/user/notifications/Notifications.gwt.xml b/src/main/resources/org/gcube/portlets/user/notifications/Notifications.gwt.xml index 3b52678..4cd2133 100644 --- a/src/main/resources/org/gcube/portlets/user/notifications/Notifications.gwt.xml +++ b/src/main/resources/org/gcube/portlets/user/notifications/Notifications.gwt.xml @@ -13,6 +13,7 @@ +