Merged SHA-SIMP-1 (5.1.0) to HEAD (5.1)

105178: SHA-935: Repository Invite Flow Changes
     - Updated remote-api tests
     - Additional logging


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@110790 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Ray Gauss
2015-08-25 14:01:05 +00:00
parent aee14f6158
commit f5ef093331

View File

@@ -1424,6 +1424,11 @@ public class InvitationServiceImpl implements InvitationService, NodeServicePoli
created ? InvitationWorkflowType.NOMINATED_EXTERNAL : InvitationWorkflowType.NOMINATED;
WorkflowDefinition wfDefinition = getWorkflowDefinition(type);
if (logger.isDebugEnabled())
{
logger.debug("Using workflow definition " + wfDefinition.getId());
}
// Get invitee person NodeRef to add as assignee
NodeRef inviteeNodeRef = personService.getPerson(inviteeUserName);
SiteInfo siteInfo = this.siteService.getSite(siteShortName);