stable
Clone or download
Read-only
This is part of story #21793 configure Program Management How to test: - Go to program admin - Go in "Milestone" section Expect results: - In the first selectbox, there is the list of tracker - If a PI tracker already exists, it's already checked Change-Id: I4f35eda083abd02716d8b7d0b3885fa35338b6e8
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/program_management/include/Adapter/Program/Admin/ProgramIncrementTrackerConfiguration/PotentialProgramIncrementTrackerConfigurationPresentersBuilder.php | +64 | −0 | Go to diff View file |
M | plugins/program_management/include/DisplayAdminProgramManagementController.php | +19 | −14 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Admin/ProgramAdminPresenter.php | +22 | −11 | Go to diff View file |
A | plugins/program_management/include/Domain/Program/Admin/ProgramIncrementTrackerConfiguration/BuildPotentialProgramIncrementTrackerConfigurationPresenters.php | +33 | −0 | Go to diff View file |
A | plugins/program_management/include/Domain/Program/Admin/ProgramTrackerConfigurationPresenter.php | +40 | −0 | Go to diff View file |
M | plugins/program_management/include/program_managementPlugin.php | +2 | −0 | Go to diff View file |
M | plugins/program_management/templates/admin/milestones/admin-configuration-program-increment-section.mustache | +5 | −2 | Go to diff View file |
A | plugins/program_management/tests/unit/Adapter/Program/Admin/ProgramIncrementTrackerConfiguration/PotentialProgramIncrementTrackerConfigurationPresentersBuilderTest.php | +71 | −0 | Go to diff View file |
M | plugins/program_management/tests/unit/DisplayAdminProgramManagementControllerTest.php | +11 | −7 | Go to diff View file |
A | plugins/program_management/tests/unit/Stub/BuildPotentialProgramIncrementTrackerConfigurationPresentersStub.php | +49 | −0 | Go to diff View file |