stable
Clone or download
Read-only
This is part of story #21792 define Teams associated to Programs How to test: - Go to administration of Program Expected results: - There is the list of Teams that your user is admin of. - You can click on to go to the team - For the moment, there is no button to remove teams Change-Id: Iea84b72095e26c18a05a290071dd302c524dc83b
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/include/Adapter/ProjectAdapter.php | +6 | −1 | Go to diff View file |
M | plugins/program_management/include/DisplayAdminProgramManagementController.php | +18 | −2 | Go to diff View file |
A | plugins/program_management/include/Domain/Program/Admin/Team/TeamPresenter.php | +42 | −0 | Go to diff View file |
A | plugins/program_management/include/Domain/Program/Admin/Team/TeamsPresenterBuilder.php | +47 | −0 | Go to diff View file |
M | plugins/program_management/include/Domain/Project.php | +12 | −14 | Go to diff View file |
M | plugins/program_management/include/ProgramAdminPresenter.php | +11 | −2 | Go to diff View file |
M | plugins/program_management/include/program_managementPlugin.php | +3 | −1 | Go to diff View file |
M | plugins/program_management/site-content/fr_FR/LC_MESSAGES/tuleap-program_management.po | +1 | −1 | Go to diff View file |
D | plugins/program_management/templates/admin/admin-aggregated-teams.mustache | +0 | −38 | Go to diff View file |
M | plugins/program_management/templates/admin/admin.mustache | +1 | −1 | Go to diff View file |
A | plugins/program_management/templates/admin/teams/admin-aggregated-teams.mustache | +14 | −0 | Go to diff View file |
A | plugins/program_management/templates/admin/teams/admin-form-add-team.mustache | +20 | −0 | Go to diff View file |
A | plugins/program_management/templates/admin/teams/admin-list-teams.mustache | +23 | −0 | Go to diff View file |
R | plugins/program_management/templates/admin/svg-empty-state-tumbleweed.mustache | Go to diff View file | ||
M | plugins/program_management/tests/unit/Adapter/Program/Feature/FeatureRepresentationBuilderTest.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Feature/Links/UserStoryLinkedToFeatureCheckerTest.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/PlanningAdapterTest.php | +4 | −4 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/ProjectDataAdapterTest.php | +3 | −6 | Go to diff View file |
M | plugins/program_management/tests/unit/DisplayAdminProgramManagementControllerTest.php | +10 | −1 | Go to diff View file |
A | plugins/program_management/tests/unit/Domain/Program/Admin/Team/TeamsPresenterBuilderTest.php | +52 | −0 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/ProgramTrackerTest.php | +3 | −3 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Workspace/ComponentInvolvedVerifierTest.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Stub/BuildProjectStub.php | +7 | −2 | Go to diff View file |
M | plugins/program_management/themes/program_management/_admin.scss | +9 | −0 | Go to diff View file |