stable
Clone or download
Read-only
Part of story #26799 associate a Tuleap project and a GitLab group How to test: - Either complete the wizard or call the POST REST route manually to link a Project and a Group. - When you go to the Git Administration tab, click on the "Update configuration" button and submit the modal. A REST call is made and your changes should be taken into account. - If there is an error, it is shown in the modal feedback section. Notes: - The "Unlink" modal feedback was never cleared. If there is an error and you submit the modal again, the feedback should now be hidden before loading. Change-Id: I4747f98bb5f89893f9fd9ad84ef29e2c5a4e978b
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/gitlab/scripts/linked-group/po/fr_FR.po | +9 | −0 | Go to diff View file |
M | plugins/gitlab/scripts/linked-group/po/pt_BR.po | +9 | −0 | Go to diff View file |
M | plugins/gitlab/scripts/linked-group/src/EditConfigurationModal.test.ts | +146 | −14 | Go to diff View file |
M | plugins/gitlab/scripts/linked-group/src/EditConfigurationModal.ts | +78 | −3 | Go to diff View file |
M | plugins/gitlab/scripts/linked-group/src/UnlinkModal.test.ts | +21 | −26 | Go to diff View file |
M | plugins/gitlab/scripts/linked-group/src/UnlinkModal.ts | +41 | −48 | Go to diff View file |
A | plugins/gitlab/scripts/linked-group/src/classnames.ts | +22 | −0 | Go to diff View file |
M | plugins/gitlab/scripts/linked-group/src/main.ts | +1 | −1 | Go to diff View file |
M | plugins/gitlab/templates/admin/linked-group-information.mustache | +6 | −7 | Go to diff View file |