stable
Clone or download
Read-only
This is part of story #21792 define Teams associated to Programs How to test: - Have program - To be project admin - Go to Program ➡️ There is a dropdown in the breadcrumb to access to administration panel - Go to Program administration ➡️ There is an empty page for the moment Change-Id: I669d487c9b52668d9adff3f9f4bbcb45ca14e4f4
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/program_management/include/DisplayAdminProgramManagementController.php | +140 | −0 | Go to diff View file |
M | plugins/program_management/include/DisplayProgramBacklogController.php | +2 | −1 | Go to diff View file |
M | plugins/program_management/include/ProgramBacklogPresenter.php | +14 | −37 | Go to diff View file |
A | plugins/program_management/include/ProgramManagementBreadCrumbsBuilder.php | +78 | −0 | Go to diff View file |
M | plugins/program_management/include/program_managementPlugin.php | +13 | −0 | Go to diff View file |
M | plugins/program_management/scripts/program_management/index.ts | +2 | −0 | Go to diff View file |
M | plugins/program_management/scripts/program_management/po/fr_FR.po | +5 | −2 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/components/App.vue | +4 | −0 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/components/Breadcrumb.test.ts | +21 | −1 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/components/Breadcrumb.vue | +30 | −1 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/components/__snapshots__/Breadcrumb.test.ts.snap | +4 | −1 | 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/site-content/fr_FR/LC_MESSAGES/tuleap-program_management.po | +14 | −2 | Go to diff View file |
A | plugins/program_management/templates/admin/admin.mustache | +1 | −0 | Go to diff View file |
M | plugins/program_management/templates/program-backlog.mustache | +1 | −0 | Go to diff View file |
A | plugins/program_management/tests/unit/DisplayAdminProgramManagementControllerTest.php | +143 | −0 | Go to diff View file |
M | plugins/program_management/tests/unit/DisplayProgramBacklogControllerTest.php | +14 | −1 | Go to diff View file |
A | plugins/program_management/tests/unit/ProgramManagementBreadCrumbsBuilderTest.php | +66 | −0 | Go to diff View file |