stable
Clone or download
Read-only
fix: request #38296 Optimize the retrieval of the "To be planned" items of an explicit backlog
Keeping only the open artifacts is now done while retrieving the list of possible artifacts instead of filtering after the fact. It is faster and it avoids getting a lot of empty pages when calling the REST endpoint. No functional changes. Change-Id: I58a2ceff18a832dd2e0abd2fec6e1a01f6817710
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/ExplicitBacklog/ArtifactsInExplicitBacklogDao.php | +11 | −6 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/BacklogItemCollectionFactory.class.php | +5 | −9 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/Backlog/AgileDashboard_Milestone_Backlog_BacklogItemCollectionFactoryTest.php | +1 | −1 | Go to diff View file |