stable
Clone or download
Read-only
This is part of story #21792 define Teams associated to Programs How to test: - Go to administration of a Program Expected results - In "Aggregated project", the list picker lists all project where you are admin of without already aggregated teams. Change-Id: I70fb202ac0e0c786b13493da6831cb3fcc45ba69
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/program_management/include/Adapter/Program/Admin/PotentialTeam/PotentialTeamsBuilder.php | +59 | −0 | Go to diff View file |
M | plugins/program_management/include/DisplayAdminProgramManagementController.php | +15 | −8 | Go to diff View file |
A | plugins/program_management/include/Domain/Program/Admin/PotentialTeam/BuildPotentialTeams.php | +33 | −0 | Go to diff View file |
A | plugins/program_management/include/Domain/Program/Admin/PotentialTeam/PotentialTeam.php | +43 | −0 | Go to diff View file |
A | plugins/program_management/include/Domain/Program/Admin/PotentialTeam/PotentialTeamPresenter.php | +38 | −0 | Go to diff View file |
A | plugins/program_management/include/Domain/Program/Admin/PotentialTeam/PotentialTeamsPresenterBuilder.php | +44 | −0 | Go to diff View file |
A | plugins/program_management/include/ProgramAdminPresenter.php | +44 | −0 | Go to diff View file |
M | plugins/program_management/include/program_managementPlugin.php | +5 | −2 | Go to diff View file |
M | plugins/program_management/templates/admin/admin-aggregated-teams.mustache | +4 | −1 | Go to diff View file |
A | plugins/program_management/tests/unit/Adapter/Program/Admin/PotentialTeam/PotentialTeamsBuilderTest.php | +89 | −0 | Go to diff View file |
M | plugins/program_management/tests/unit/DisplayAdminProgramManagementControllerTest.php | +11 | −6 | Go to diff View file |
A | plugins/program_management/tests/unit/Domain/Program/Admin/PotentialTeam/PotentialTeamTest.php | +33 | −0 | Go to diff View file |
A | plugins/program_management/tests/unit/Domain/Program/Admin/PotentialTeam/PotentialTeamsPresenterBuilderTest.php | +40 | −0 | Go to diff View file |
A | plugins/program_management/tests/unit/Stub/BuildPotentialTeamsStub.php | +56 | −0 | Go to diff View file |
M | plugins/program_management/themes/program_management/_admin.scss | +0 | −5 | Go to diff View file |