ACE-2564: Merged DEV to HEAD (5.0/Cloud)

85938: ACE-2564: Cloud - No task assignment email notification when a task is created by an External User
      - Run as primary tenant for user to retrieve fromActualUser email property. Add unit test.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@85988 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Pavel Yurke
2014-09-30 11:02:14 +00:00
parent 745cab619f
commit 290f3ec8a0
3 changed files with 39 additions and 3 deletions

View File

@@ -1104,8 +1104,7 @@ public class MailActionExecuter extends ActionExecuterAbstractBase
String fromActualUser = fromPersonName;
if (fromPersonName != null)
{
NodeRef fromPerson = getPerson(fromPersonName);
fromActualUser = (String) nodeService.getProperty(fromPerson, ContentModel.PROP_EMAIL);
fromActualUser = getPersonEmail(fromPersonName);
}
if (fromActualUser != null && fromActualUser.length() != 0)