stable
Clone or download
Read-only
In order to be able to navigate easily to a project (top) backlog, they are now added in SwitchTo modal ยป Recent items. Old access is suppressed from history every night. Closes request #35462: Add project backlog in recent items Change-Id: I1ee0d958272c8284519017d2aaecd4604ea28ce6
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/db/install.sql | +9 | โ0 | Go to diff View file |
A | plugins/agiledashboard/db/mysql/updates/2023/202312061515_add_top_backlog_recently_visited.php | +46 | โ0 | Go to diff View file |
M | plugins/agiledashboard/db/uninstall.sql | +1 | โ0 | Go to diff View file |
A | plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/RecentlyVisitedTopBacklogDao.php | +73 | โ0 | Go to diff View file |
A | plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/VisitRetriever.php | +91 | โ0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboardRouterBuilder.php | +2 | โ0 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/MilestoneControllerFactory.php | +4 | โ1 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/VirtualTopMilestoneController.php | +12 | โ1 | Go to diff View file |
M | plugins/agiledashboard/include/agiledashboardPlugin.php | +35 | โ0 | Go to diff View file |
A | plugins/agiledashboard/tests/integration/Milestone/Backlog/RecentlyVisitedTopBacklogDaoTest.php | +56 | โ0 | Go to diff View file |