stable
Clone or download
Read-only
part of story #10143 add/remove backlog items in planning view How to test: have an explicit backlog with some items inside you should be able to remove them. Change-Id: I01aa3019385e70a265b7fd09b602d30f3defdba4
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/Planning/PlanningV2Presenter.class.php | +11 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboardRouterBuilder.php | +2 | −20 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/MilestonePaneFactory.class.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/VirtualTopMilestonePaneFactory.class.php | +15 | −11 | Go to diff View file |
M | plugins/agiledashboard/templates/pane-planning-v2.mustache | +1 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/po/fr.po | +3 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item-collection/backlog-item-collection-service.js | +6 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item-rest/backlog-item-service.js | +13 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item-rest/backlog-item-service.spec.js | +19 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item-details/backlog-item-details-controller.js | +4 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item-details/backlog-item-details.tpl.html | +68 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/edit-item/edit-item-service.js | +15 | −2 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/main-controller.js | +2 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/shared-properties/shared-properties-service.js | +13 | −2 | Go to diff View file |