stable

Clone or download

Read-only

Extract delete modal

Part of story #13566 associate a custom icon to external services Change-Id: I730f174e6c4374f19e13984f926fbc0d54557f6e

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +3 −6 Go to diff View file
M src/common/Project/Admin/ProjectUGroup/ProjectUGroupPresenter.php +1 −3 Go to diff View file
M src/common/Project/Admin/ProjectUGroup/ProjectUGroupPresenterBuilder.php +1 −1 Go to diff View file
M src/common/Project/Service/DeleteController.php +36 −42 Go to diff View file
M src/common/Project/Service/ServicesPresenter.php +8 −1 Go to diff View file
M src/common/Project/Service/ServicesPresenterBuilder.php +4 −4 Go to diff View file
M src/common/Request/RouteCollector.php +2 −1 Go to diff View file
M src/templates/project/admin/services-delete-modal.mustache +6 −14 Go to diff View file
M src/templates/project/admin/services.mustache +5 −3 Go to diff View file
M src/templates/project/admin/ugroup-settings.mustache +0 −1 Go to diff View file
M src/www/scripts/project/admin/project-admin-ugroups.js +1 −1 Go to diff View file
M src/www/scripts/project/admin/services.js +66 −17 Go to diff View file
M src/www/scripts/project/po/fr.po +8 −1 Go to diff View file
A tests/phpunit/common/Project/Service/DeleteControllerTest.php +159 −0 Go to diff View file