From 2556d511a879b7c038a83a4a44080fbf8145003a Mon Sep 17 00:00:00 2001 From: Glen Johnson Date: Thu, 31 Jul 2008 13:21:38 +0000 Subject: [PATCH] Fixed up URLs embedded in invitation email to invoke inviteresponse with InviteID parameter (was workflowID) and using HTML format git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@10180 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../alfresco/workflow/invite_processdefinition.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/config/alfresco/workflow/invite_processdefinition.xml b/config/alfresco/workflow/invite_processdefinition.xml index 670e00f7c5..033a913ad3 100644 --- a/config/alfresco/workflow/invite_processdefinition.xml +++ b/config/alfresco/workflow/invite_processdefinition.xml @@ -26,8 +26,8 @@ + "'" + wf_siteShortName + "', " + "please follow this link:\n" + wf_serverPath - + "/alfresco/service/api/inviteresponse/accept?" - + "workflowId=" + workflowId + + "/alfresco/service/api/inviteresponse/accept.html?" + + "inviteId=" + workflowId + "&inviteeUserName=" + wf_inviteeUserName + "&siteShortName=" + wf_siteShortName + "\n\n" + "An account has been created for you with user name: " @@ -40,8 +40,8 @@ + "'" + wf_siteShortName + "', " + "please follow this link:\n" + wf_serverPath - + "/alfresco/service/api/inviteresponse/reject?" - + "workflowId=" + workflowId + + "/alfresco/service/api/inviteresponse/reject.html?" + + "inviteId=" + workflowId + "&inviteeUserName=" + wf_inviteeUserName + "&siteShortName=" + wf_siteShortName; mail.execute(bpm_package); @@ -58,11 +58,15 @@ + + + +