stable

Clone or download

Read-only

Member deletion modal

This is part of story #10062 Users & groups management overhaul How to test: - Try to delete a member from a project --> a confirmation modal appears --> User is deleted if you confirm, still member if you cancel Change-Id: Ieedb56c847fbbed4ec9c0326f35b1c36904ced5d

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +13 −0 Go to diff View file
M site-content/tuleap-core.pot +11 −0 Go to diff View file
A src/templates/project/project-members-delete-modal.mustache +37 −0 Go to diff View file
M src/templates/project/project-members.mustache +28 −37 Go to diff View file
M src/www/scripts/project/admin/index.js +1 −0 Go to diff View file
A src/www/scripts/project/admin/project-admin-members.js +59 −0 Go to diff View file
M src/www/scripts/project/admin/project-admin.js +1 −16 Go to diff View file