mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user