dev

Clone or download

Read-only

Fix request #5533 - Bug not displayed in a report filtered by milestone

Bug not displayed in a report filtered by milestone if in planning is defined as solo item and in tracker hierarchy child of User Story Change the behaviour to filter with all artifacts linked to a milestone instead of relying on hierarchy. Change-Id: I51e1a77589e1a0aeb976010d6a8c4916a6c157fa

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/BacklogItem/SubBacklogItemProvider.class.php +44 −24 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/BacklogItemDao.class.php +0 −14 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/BacklogStrategyFactory.class.php +1 −3 Go to diff View file
D plugins/agiledashboard/include/AgileDashboard/Planning/ParentBacklogTrackerCollectionProvider.class.php +0 −60 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.class.php +8 −15 Go to diff View file
M plugins/agiledashboard/tests/include/AgileDashboard/BacklogItem/SubBacklogItemProviderTest.php +11 −20 Go to diff View file
D plugins/agiledashboard/tests/include/AgileDashboard/Planning/ParentBacklogTrackerCollectionProviderTest.php +0 −83 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactFactory.class.php +7 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/dao/Tracker_ArtifactDao.class.php +34 −0 Go to diff View file