mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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
This commit is contained in:
@@ -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 @@
|
||||
|
||||
<task-node name="inviteAccepted">
|
||||
<task name="wf:acceptInviteTask" swimlane="assignee" />
|
||||
<!-- TODO glen.johnson - code in acceptInvite(...) method of inviteresponse web script -->
|
||||
<!-- needs to be moved into action for transition "end" below. -->
|
||||
<transition name="end" to="end" />
|
||||
</task-node>
|
||||
|
||||
<task-node name="inviteRejected">
|
||||
<task name="wf:rejectInviteTask" swimlane="assignee" />
|
||||
<!-- TODO glen.johnson - code in rejectInvite(...) method of inviteresponse web script -->
|
||||
<!-- needs to be moved into action for transition "end" below. -->
|
||||
<transition name="end" to="end" />
|
||||
</task-node>
|
||||
|
||||
|
Reference in New Issue
Block a user