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
Feature/23194
Massimiliano Assante 8 years ago
parent 3e7b8ada35
commit 199a691e14

@ -1,4 +1,7 @@
<ReleaseNotes>
<Changeset component="org.gcube.portlets-user.notifications.2-1-0" date="2016-09-23">
<Change>Responsive Design, removed support for notifications</Change>
</Changeset>
<Changeset component="org.gcube.portlets-user.notifications.2-0-0" date="2016-06-23">
<Change>Ported to Liferay 6.2</Change>
<Change>Responsive Design</Change>

@ -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() {

@ -13,6 +13,7 @@
<inherits name='org.gcube.portlets.widgets.switchbutton.SwitchButton' />
<inherits name='org.gcube.portal.databook.GCubeSocialNetworking' />
<!-- Specify the app entry point class. -->
<set-property name="bootstrap.responsiveDesign" value="true"/>
<entry-point
class='org.gcube.portlets.user.notifications.client.Notifications' />

Loading…
Cancel
Save