ALF-10424: Add Task 'Message' text in workflow email notification

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@31260 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Roy Wetherall
2011-10-17 05:52:08 +00:00
parent fa0eab2852
commit a14c0107da
7 changed files with 25 additions and 5 deletions

View File

@@ -172,11 +172,7 @@ public abstract class WorkflowNotificationUtils
// Get the title and description
String title = workflowTask.getTitle();
String description = (String)props.get(WorkflowModel.PROP_DESCRIPTION);
if (description == null)
{
description = workflowTask.getDescription();
}
String description = (String)props.get(WorkflowModel.PROP_DESCRIPTION);
// Get the duedate, priority and workflow package
Date dueDate = (Date)props.get(WorkflowModel.PROP_DUE_DATE);