stable
Clone or download
Read-only
This is part of story #21792 define Teams associated to Programs How to test: - Go to program admin - Delete all teams Expected results: - No error was thrown - All teams are removed from program Change-Id: Iaed8e41ef69a4cb7667e0d4d72a5f5ab02702f41
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/include/Adapter/Team/TeamAdapter.php | +0 | −6 | Go to diff View file |
M | plugins/program_management/include/Adapter/Team/TeamDao.php | +4 | −0 | Go to diff View file |
D | plugins/program_management/include/Domain/Team/AtLeastOneTeamShouldBeDefinedException.php | +0 | −39 | Go to diff View file |
M | plugins/program_management/include/Domain/Team/Creation/BuildTeam.php | +0 | −2 | Go to diff View file |
M | plugins/program_management/include/Domain/Team/Creation/CreateTeam.php | +0 | −2 | Go to diff View file |
M | plugins/program_management/include/Domain/Team/Creation/TeamCreator.php | +0 | −2 | Go to diff View file |
M | plugins/program_management/site-content/fr_FR/LC_MESSAGES/tuleap-program_management.po | +2 | −5 | Go to diff View file |
M | plugins/program_management/tests/rest/v1/ProjectResourceTest.php | +13 | −0 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Team/TeamAdapterTest.php | +4 | −4 | Go to diff View file |