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."); } }