stable

Clone or download

Read-only

feat: ability to resend an invitation

In project ยป admin ยป members ยป pending invitations, the project admin is now able to resend an invitation. For now the new invitation is sent on behalf of the current user and the custom message is not kept (invitee should not think that one user said something that is actually said by another one). We might want to include both users in the invitation email, but we need clearer design decision on this subject beforehand. It will be part of a dedicated changeset if needed. Part of story #30021: Invite buddies to my Tuleap project Change-Id: I7f2a6549c48859e7c7b632ad00f9d87b11037849

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +9 โˆ’0 Go to diff View file
M site-content/pt_BR/LC_MESSAGES/tuleap-core.po +9 โˆ’0 Go to diff View file
M src/common/InviteBuddy/Invitation.php +1 โˆ’0 Go to diff View file
M src/common/InviteBuddy/InvitationDao.php +4 โˆ’25 Go to diff View file
M src/common/InviteBuddy/InvitationHistoryEntry.php +2 โˆ’0 Go to diff View file
M src/common/Project/Admin/Invitations/ManageProjectInvitationsController.php +62 โˆ’13 Go to diff View file
M src/common/Request/RouteCollector.php +31 โˆ’6 Go to diff View file
M src/templates/project/members/project-members.mustache +4 โˆ’0 Go to diff View file
M src/www/project/admin/project_admin_utils.php +1 โˆ’0 Go to diff View file
M tests/unit/common/InviteBuddy/InvitationTestBuilder.php +15 โˆ’6 Go to diff View file
M tests/unit/common/Project/Admin/Invitations/ManageProjectInvitationsControllerTest.php +320 โˆ’2 Go to diff View file