stable

Clone or download

Read-only

Inject dependencies in the new object

This is part of story #10047 remove users that left the company from all the groups they belong to This commit also removes the old function. The refacto and the tests will be added in the next commit. Change-Id: If866266e3e269193682a62f2a9b2034fc8c2cb19

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/AgileDashboardController.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +1 −1 Go to diff View file
M plugins/ldap/include/ldapPlugin.class.php +1 −1 Go to diff View file
M src/common/project/ProjectXMLImporter.class.php +4 −4 Go to diff View file
M src/common/project/Project_SOAPServer.class.php +1 −1 Go to diff View file
M src/common/project/UGroupManager.class.php +13 −2 Go to diff View file
M src/common/project/UserRemover.php +67 −2 Go to diff View file
M src/utils/import_project_xml.php +1 −1 Go to diff View file
M src/www/include/account.php +0 −59 Go to diff View file
M src/www/my/rmproject.php +2 −2 Go to diff View file
M src/www/project/admin/index.php +2 −2 Go to diff View file
M tests/integration/ProjectImportTest.php +2 −2 Go to diff View file
M tests/lib/rest/TestDataBuilder.php +1 −1 Go to diff View file