From d6a1138473cb390a34ecec5289029b32b73f241b Mon Sep 17 00:00:00 2001 From: "massimiliano.assante" Date: Tue, 29 Jan 2013 01:11:50 +0000 Subject: [PATCH] open app for edit and update too git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/notifications@68453 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../client/view/templates/SingleNotificationView.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/java/org/gcube/portlets/user/notifications/client/view/templates/SingleNotificationView.java b/src/main/java/org/gcube/portlets/user/notifications/client/view/templates/SingleNotificationView.java index 14b0fa0..47d572c 100644 --- a/src/main/java/org/gcube/portlets/user/notifications/client/view/templates/SingleNotificationView.java +++ b/src/main/java/org/gcube/portlets/user/notifications/client/view/templates/SingleNotificationView.java @@ -68,6 +68,10 @@ public class SingleNotificationView extends Composite { switch (toShow.getType()) { case DOCUMENT_WORKFLOW_STEP_REQUEST_TASK: goApp.setHTML(" See this Document Workflow."); + case DOCUMENT_WORKFLOW_VIEW: + goApp.setHTML(" See User Activity."); + case DOCUMENT_WORKFLOW_EDIT: + goApp.setHTML(" See User Activity."); } }