stable

Clone or download

Read-only

feat(plan-iterations): Display iteration planning link

part of: story #21385 display Program's iterations How to test: - Have a program with increments - Expand the content of an increment --> There is a link "Plan Iterations" - Click it --> You are redirected to an empty page Change-Id: Idf8f55f532a10b79c75ee1f69be9c42290dac17a

Modified Files

Name
A plugins/program_management/include/DisplayPlanIterationsController.php +97 −0 Go to diff View file
M plugins/program_management/include/program_managementPlugin.php +11 −0 Go to diff View file
M plugins/program_management/scripts/program_management/po/fr_FR.po +3 −0 Go to diff View file
M plugins/program_management/scripts/program_management/src/components/Backlog/ProgramIncrement/ProgramIncrementCard.test.ts +46 −36 Go to diff View file
M plugins/program_management/scripts/program_management/src/components/Backlog/ProgramIncrement/ProgramIncrementCard.vue +21 −2 Go to diff View file
M plugins/program_management/site-content/fr_FR/LC_MESSAGES/tuleap-program_management.po +9 −2 Go to diff View file
A plugins/program_management/templates/plan-iterations.mustache +5 −0 Go to diff View file
A plugins/program_management/tests/unit/DisplayPlanIterationsControllerTest.php +128 −0 Go to diff View file
M plugins/program_management/themes/program_management/_program-increment.scss +15 −0 Go to diff View file