stable
Clone or download
Read-only
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 |