stable
Clone or download
Read-only
request #14989 Delete the dead code for backlog / milestones preloading in planning How to test: - run "npm run build" in agiledashboard - Go to the Top backlog of a Project. It has no functional change. - Go to a Milestone's planning tab. It has no functional change. Change-Id: Ib39e7a5285e881bb4d28ec0d9cf199d415df1e06
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Planning/PlanningV2Presenter.class.php | +0 | −17 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboardRouterBuilder.php | +4 | −96 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/MilestonePaneFactory.class.php | +2 | −75 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/VirtualTopMilestonePaneFactory.class.php | +10 | −66 | Go to diff View file |
M | plugins/agiledashboard/include/agiledashboardPlugin.php | +0 | −40 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/src/app/backlog/backlog-controller.js | +24 | −18 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/src/app/backlog/backlog-controller.test.js | +46 | −74 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/src/app/main-controller.js | +19 | −6 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/src/app/planning-controller.js | +21 | −25 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/src/app/planning-controller.test.js | +36 | −85 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/src/app/shared-properties/shared-properties-service.js | +31 | −45 | Go to diff View file |
M | plugins/agiledashboard/templates/pane-planning-v2.mustache | +0 | −3 | Go to diff View file |