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