stable

Clone or download

Read-only

feat: roadmap filter on report DB cleanup

Given a Roadmap widget is configured to be filtered on a given report (you have to hack manually the database table), then the corresponding table entry/entries in `plugin_roadmap_widget_filter` is/are removed when the widget/report is deleted. Part of story #26776: configure roadmap filters Change-Id: Ife4183580f57b339b032556be3884411d0b6b4ce

Modified Files

Name
M plugins/roadmap/include/Roadmap/FilterReportDao.php +5 −0 Go to diff View file
M plugins/roadmap/include/Roadmap/RoadmapWidgetDao.php +1 −0 Go to diff View file
M plugins/roadmap/include/roadmapPlugin.php +7 −0 Go to diff View file
M plugins/roadmap/tests/integration/Roadmap/FilterReportDaoTest.php +20 −0 Go to diff View file
A plugins/roadmap/tests/integration/Roadmap/RoadmapWidgetDaoTest.php +51 −0 Go to diff View file