stable

Clone or download

Read-only

Add feedback when a group is unlinked

Part of story #26799 associate a Tuleap project and a GitLab group How to test: - Make sure to have group which is already linked - Unlink the group - A Feedback message is displayed Change-Id: Ic72c7456b94c5c0752105e5e1c5f003ed583db97

Modified Files

Name
M plugins/gitlab/include/Admin/GitLabLinkGroupController.php +8 −0 Go to diff View file
M plugins/gitlab/scripts/linked-group/src/UnlinkModal.test.ts +12 −5 Go to diff View file
M plugins/gitlab/scripts/linked-group/src/UnlinkModal.ts +5 −1 Go to diff View file
M plugins/gitlab/site-content/fr_FR/LC_MESSAGES/tuleap-gitlab.po +3 −0 Go to diff View file
M plugins/gitlab/site-content/pt_BR/LC_MESSAGES/tuleap-gitlab.po +3 −0 Go to diff View file
M plugins/gitlab/tests/unit/Admin/GitLabLinkGroupControllerTest.php +36 −9 Go to diff View file