stable
Clone or download
Read-only
This is part of story #21793 configure Program Management How to test: - Go to Program with aggregated teams - Go to progam admin Expected results: - There is a new section "Milestones" with disbaled form element - If you go to Program withour teams, there is no this section Note to reviewer: - For the moment, there are 3 disabled select. In next patch I will implement them one by one to have small patches. Change-Id: I3ac4a44e0cea0d54cee1f23ca0f5cfd6b3f339fa
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/scripts/admin/po/fr_FR.po | +9 | −0 | Go to diff View file |
M | plugins/program_management/scripts/admin/src/index.ts | +5 | −3 | Go to diff View file |
A | plugins/program_management/scripts/admin/src/milestones/init-list-pickers-milestone-section.test.ts | +104 | −0 | Go to diff View file |
A | plugins/program_management/scripts/admin/src/milestones/init-list-pickers-milestone-section.ts | +69 | −0 | Go to diff View file |
R | plugins/program_management/scripts/admin/src/add-team.test.ts | Go to diff View file | ||
R | plugins/program_management/scripts/admin/src/add-team.ts | Go to diff View file | ||
R | plugins/program_management/scripts/admin/src/display-teams-to-aggregate.test.ts | Go to diff View file | ||
R | plugins/program_management/scripts/admin/src/display-teams-to-aggregate.ts | Go to diff View file | ||
R | plugins/program_management/scripts/admin/src/remove-team.ts | Go to diff View file | ||
M | plugins/program_management/scripts/program_management/src/components/App.vue | +1 | −1 | Go to diff View file |
M | plugins/program_management/site-content/fr_FR/LC_MESSAGES/tuleap-program_management.po | +16 | −0 | Go to diff View file |
M | plugins/program_management/templates/admin/admin.mustache | +3 | −0 | Go to diff View file |
A | plugins/program_management/templates/admin/milestones/admin-configuration-program-increment-section.mustache | +34 | −0 | Go to diff View file |
A | plugins/program_management/templates/admin/milestones/admin-configuration-tracker.mustache | +10 | −0 | Go to diff View file |
R | plugins/program_management/templates/admin/teams/svg-empty-state-tumbleweed.mustache | Go to diff View file | ||
M | plugins/program_management/templates/admin/teams/admin-aggregated-teams.mustache | +2 | −2 | Go to diff View file |
M | plugins/program_management/templates/admin/teams/admin-list-teams.mustache | +3 | −3 | Go to diff View file |
M | plugins/program_management/themes/program_management/_admin.scss | +4 | −4 | Go to diff View file |