stable
Clone or download
Read-only
When you create or update a Roadmap widget, you can now select a report to filter the roadmap as soon as you select only one tracker. Part of story #26776: configure roadmap filters Change-Id: I8d2a1b23493a99273b1a62b59e475fc355d84b1c
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/roadmap/include/Roadmap/FilterReportDao.php | +32 | −0 | Go to diff View file |
M | plugins/roadmap/include/Roadmap/REST/v1/RoadmapResource.php | +2 | −2 | Go to diff View file |
M | plugins/roadmap/include/Roadmap/RoadmapProjectWidget.php | +15 | −31 | Go to diff View file |
M | plugins/roadmap/include/Roadmap/RoadmapWidgetDao.php | +21 | −3 | Go to diff View file |
M | plugins/roadmap/include/Roadmap/Widget/PreferencePresenter.php | +3 | −0 | Go to diff View file |
M | plugins/roadmap/include/roadmapPlugin.php | +5 | −2 | Go to diff View file |
M | plugins/roadmap/scripts/configure-widget/package.json | +2 | −0 | Go to diff View file |
M | plugins/roadmap/scripts/configure-widget/pnpm-lock.yaml | +8 | −0 | Go to diff View file |
M | plugins/roadmap/scripts/configure-widget/po/fr_FR.po | +9 | −0 | Go to diff View file |
M | plugins/roadmap/scripts/configure-widget/po/pt_BR.po | +9 | −0 | Go to diff View file |
M | plugins/roadmap/scripts/configure-widget/src/bootstrap-vue-mount-point.ts | +1 | −0 | Go to diff View file |
M | plugins/roadmap/scripts/configure-widget/src/components/App.test.ts | +61 | −0 | Go to diff View file |
M | plugins/roadmap/scripts/configure-widget/src/components/App.vue | +119 | −5 | Go to diff View file |
M | plugins/roadmap/scripts/configure-widget/src/type.ts | +6 | −0 | Go to diff View file |
M | plugins/roadmap/templates/preferences-form.mustache | +1 | −0 | Go to diff View file |
M | plugins/roadmap/tests/integration/Roadmap/FilterReportDaoTest.php | +65 | −16 | Go to diff View file |
M | plugins/roadmap/tests/integration/Roadmap/RoadmapWidgetDaoTest.php | +2 | −2 | Go to diff View file |
M | plugins/roadmap/tests/unit/Roadmap/RoadmapProjectWidgetTest.php | +3 | −2 | Go to diff View file |
M | plugins/roadmap/tests/unit/Roadmap/Widget/RoadmapConfigureAtXMLImportTest.php | +15 | −5 | Go to diff View file |