stable

Clone or download

Read-only

One modal to delete them all

This is part of story #10062: Users & groups management overhaul Instead of generating N delete modal dom content, use only one container and update its content accordingly to the user to remove. With 3000 members in the project, response generation on server gets a significant boost (1600ms -> 600ms). Change-Id: I4a1cb3bee9f109137ffdb7a2d90bc0560621719a

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +0 −7 Go to diff View file
M site-content/tuleap-core.pot +0 −5 Go to diff View file
M src/templates/project/members/project-members-delete-modal.mustache +5 −5 Go to diff View file
M src/templates/project/members/project-members.mustache +6 −2 Go to diff View file
M src/www/scripts/project/admin/project-admin-members.js +39 −10 Go to diff View file
M src/www/scripts/project/po/fr.po +9 −1 Go to diff View file
M src/www/scripts/project/po/template.pot +6 −0 Go to diff View file
M src/www/themes/BurningParrot/HeaderPresenter.php +3 −0 Go to diff View file
M src/www/themes/BurningParrot/HeaderPresenterBuilder.php +1 −0 Go to diff View file
M src/www/themes/BurningParrot/templates/header.mustache +1 −1 Go to diff View file