stable
Clone or download
Read-only
This is part of story #21793 configure Program Management How to test: - Go to program admin Expected results: - If there are already configured labels => There are displayed - You can keep it blank, or add new labels and submit it => Go to program => The new labels are displayed Change-Id: Ifa6ccc295607feea34d3d714144ab6d4f0b4e9d9
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/include/Adapter/Program/Admin/ProgramIncrementTrackerConfiguration/PotentialProgramIncrementTrackerConfigurationPresentersBuilder.php | +7 | −12 | Go to diff View file |
M | plugins/program_management/include/DisplayAdminProgramManagementController.php | +30 | −3 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Admin/ProgramAdminPresenter.php | +7 | −1 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Admin/ProgramIncrementTrackerConfiguration/BuildPotentialProgramIncrementTrackerConfigurationPresenters.php | +2 | −1 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/ProgramIncrementTracker/ProgramIncrementLabels.php | +4 | −1 | Go to diff View file |
M | plugins/program_management/include/program_managementPlugin.php | +3 | −2 | Go to diff View file |
M | plugins/program_management/scripts/admin/src/api/manage-configuration.ts | +2 | −0 | Go to diff View file |
M | plugins/program_management/scripts/admin/src/helper/program-configuration-builder.test.ts | +22 | −0 | Go to diff View file |
M | plugins/program_management/scripts/admin/src/helper/program-configuration-builder.ts | +18 | −0 | Go to diff View file |
M | plugins/program_management/scripts/admin/src/type.ts | +2 | −0 | Go to diff View file |
M | plugins/program_management/site-content/fr_FR/LC_MESSAGES/tuleap-program_management.po | +14 | −0 | Go to diff View file |
M | plugins/program_management/templates/admin/milestones/admin-configuration-program-increment-section.mustache | +28 | −0 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Admin/ProgramIncrementTrackerConfiguration/PotentialProgramIncrementTrackerConfigurationPresentersBuilderTest.php | +16 | −9 | Go to diff View file |
M | plugins/program_management/tests/unit/DisplayAdminProgramManagementControllerTest.php | +3 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrementTracker/ProgramIncrementLabelsTest.php | +11 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Stub/BuildPotentialProgramIncrementTrackerConfigurationPresentersStub.php | +2 | −1 | Go to diff View file |