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

* Added missing patch to update templates.



git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@31300 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Roy Wetherall
2011-10-18 01:37:44 +00:00
parent 2bf51d65c3
commit 1964bde460
5 changed files with 125 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ public abstract class WorkflowNotificationUtils
public static final String ARG_WF_DOCUMENTS = "workflowDocuments";
/** Standard workflow assigned template */
private static final NodeRef WF_ASSIGNED_TEMPLATE = new NodeRef(StoreRef.STORE_REF_WORKSPACE_SPACESSTORE, "wf-email-html-ftl");
public static final NodeRef WF_ASSIGNED_TEMPLATE = new NodeRef(StoreRef.STORE_REF_WORKSPACE_SPACESSTORE, "wf-email-html-ftl");
/**
*