mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-631:
* A request info rule should not start a workflow for a record folder * Sending email after providing the requested info has been disabled git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@49123 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -54,6 +54,9 @@ public class RequestInfoNotifier implements TaskListener
|
||||
String initiator = RequestInfoUtils.getInitiator(delegateTask);
|
||||
delegateTask.setAssignee(initiator);
|
||||
|
||||
// FIXME: Is sending an email required?
|
||||
// At the moment we do not use email templates
|
||||
/*
|
||||
// Create the context and send an email to the initiator
|
||||
NotificationContext notificationContext = new NotificationContext();
|
||||
notificationContext.setAsyncNotification(true);
|
||||
@@ -64,6 +67,7 @@ public class RequestInfoNotifier implements TaskListener
|
||||
|
||||
// Send the email
|
||||
RequestInfoUtils.getServiceRegistry().getNotificationService().sendNotification(EMailNotificationProvider.NAME, notificationContext);
|
||||
*/
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user