stable
Clone or download
Read-only
part of: story #21385 display Program's iterations How to test: --> The breadcrumb is displayed --> Its links are working --> The title of the current increment is displayed Change-Id: I9e6a89169ad54b39c5dea9535f85352bb26a266a
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/build-manifest.json | +4 | −0 | Go to diff View file |
M | plugins/program_management/include/DisplayPlanIterationsController.php | +16 | −2 | Go to diff View file |
A | plugins/program_management/scripts/planned-iterations/index.ts | +65 | −0 | Go to diff View file |
A | plugins/program_management/scripts/planned-iterations/po/fr_FR.po | +22 | −0 | Go to diff View file |
A | plugins/program_management/scripts/planned-iterations/src/components/App.test.ts | +52 | −0 | Go to diff View file |
A | plugins/program_management/scripts/planned-iterations/src/components/App.vue | +49 | −0 | Go to diff View file |
A | plugins/program_management/scripts/planned-iterations/src/components/Breadcrumb.test.ts | +64 | −0 | Go to diff View file |
A | plugins/program_management/scripts/planned-iterations/src/components/Breadcrumb.vue | +120 | −0 | Go to diff View file |
A | plugins/program_management/scripts/planned-iterations/src/components/__snapshots__/Breadcrumb.test.ts.snap | +65 | −0 | Go to diff View file |
A | plugins/program_management/scripts/planned-iterations/src/helpers/local-vue-for-test.ts | +32 | −0 | Go to diff View file |
A | plugins/program_management/scripts/planned-iterations/src/store/index.ts | +32 | −0 | Go to diff View file |
A | plugins/program_management/scripts/planned-iterations/src/type.ts | +39 | −0 | Go to diff View file |
A | plugins/program_management/scripts/planned-iterations/vue.shims.d.ts | +23 | −0 | Go to diff View file |
M | plugins/program_management/site-content/fr_FR/LC_MESSAGES/tuleap-program_management.po | +0 | −3 | Go to diff View file |
M | plugins/program_management/templates/plan-iterations.mustache | +1 | −4 | Go to diff View file |
A | plugins/program_management/themes/planned-iterations.scss | +25 | −0 | Go to diff View file |
A | plugins/program_management/themes/planned-iterations/_project-header-background.scss | +32 | −0 | Go to diff View file |
M | plugins/program_management/tsconfig.json | +2 | −1 | Go to diff View file |
M | plugins/program_management/webpack.common.js | +2 | −0 | Go to diff View file |