stable
Clone or download
Read-only
This is part of story #10062 Users & groups management overhaul This is the first part of the work on Import members modal. The goal of this commit is to add a modal allowing the user to upload a file containing users to import. The validation part of the workflow will be moved in a BP modal in a next commit. Change-Id: I6bd7e31a157268701ea3e21e001f3f8d6b3b0298
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +25 | −0 | Go to diff View file |
M | site-content/tuleap-core.pot | +19 | −0 | Go to diff View file |
M | src/common/project/Admin/ProjectMembers/ProjectMembersController.php | +1 | −1 | Go to diff View file |
A | src/templates/project/members/modal-import-members.mustache | +48 | −0 | Go to diff View file |
R | src/templates/project/project-members-delete-modal.mustache | Go to diff View file | ||
R | src/templates/project/project-members.mustache | Go to diff View file | ||
M | src/www/scripts/project/admin/project-admin-members.js | +16 | −17 | Go to diff View file |
M | src/www/themes/BurningParrot/css/includes/project-admin/_members.scss | +10 | −2 | Go to diff View file |