stable

Clone or download

Read-only

feat(planned-iterations): Display custom iterations labels

part of: story #21385 display Program's iterations How to test: - Set custom iterations labels and sub_labels in the admin of the service --> The right hand side section is titled after your custom iterations label --> The empty state text takes account of your custom sub-label Change-Id: Ia4e9d19602c6abe587499f29819156fe4ee2cecd

Modified Files

Name
M plugins/program_management/include/Adapter/Program/DisplayPlanIterationsPresenter.php +2 −0 Go to diff View file
M plugins/program_management/include/DisplayPlanIterationsController.php +17 −3 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/PlannedIterations.php +12 −3 Go to diff View file
M plugins/program_management/include/program_managementPlugin.php +3 −1 Go to diff View file
M plugins/program_management/scripts/planned-iterations/index.ts +3 −0 Go to diff View file
M plugins/program_management/scripts/planned-iterations/po/fr_FR.po +3 −0 Go to diff View file
A plugins/program_management/scripts/planned-iterations/src/components/PlannedIterationsSection.test.ts +73 −0 Go to diff View file
M plugins/program_management/scripts/planned-iterations/src/components/PlannedIterationsSection.vue +30 −4 Go to diff View file
M plugins/program_management/scripts/planned-iterations/src/type.ts +6 −0 Go to diff View file
M plugins/program_management/templates/plan-iterations.mustache +1 −0 Go to diff View file
M plugins/program_management/tests/Domain/Program/Backlog/ProgramIncrement/PlannedIterationsTest.php +4 −1 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/DisplayPlanIterationsPresenterTest.php +3 −0 Go to diff View file
A plugins/program_management/tests/unit/Builder/IterationsLabelsBuilder.php +38 −0 Go to diff View file
M plugins/program_management/tests/unit/DisplayPlanIterationsControllerTest.php +6 −1 Go to diff View file