stable

Clone or download

Read-only

Update label of iteration app in program managment view

part of story #21385 display Program's iterations How to test: custom the label of iteration tracker go in program managment view, open a program increment => link to iteration app is labeled with custom name Change-Id: I519389cb8137bd5e967552689511542bc8850499

Modified Files

Name
M plugins/program_management/include/Adapter/Program/Admin/ProgramBacklogConfigurationPresenter.php +4 −1 Go to diff View file
M plugins/program_management/include/Adapter/Program/Admin/ProgramBacklogPresenter.php +7 −0 Go to diff View file
M plugins/program_management/include/DisplayProgramBacklogController.php +11 −4 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/ProgramIncrementTracker/ProgramIncrementTrackerConfiguration.php +23 −15 Go to diff View file
M plugins/program_management/include/program_managementPlugin.php +7 −1 Go to diff View file
M plugins/program_management/scripts/program_management/index.ts +6 −0 Go to diff View file
M plugins/program_management/scripts/program_management/po/fr_FR.po +2 −2 Go to diff View file
M plugins/program_management/scripts/program_management/src/components/Backlog/ProgramIncrement/ProgramIncrementCard.test.ts +4 −0 Go to diff View file
M plugins/program_management/scripts/program_management/src/components/Backlog/ProgramIncrement/ProgramIncrementCard.vue +10 −2 Go to diff View file
M plugins/program_management/scripts/program_management/src/store/configuration/index.ts +1 −0 Go to diff View file
M plugins/program_management/templates/program-backlog.mustache +1 −0 Go to diff View file
M plugins/program_management/tests/unit/DisplayProgramBacklogControllerTest.php +5 −1 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrementTracker/ProgramIncrementTrackerConfigurationTest.php +7 −2 Go to diff View file