stable
Clone or download
Read-only
part of story #10143 add/remove backlog items in planning view Why this change: When I'll introduce the remove button I reach a dependency loop. backlog-rest => backlog_item => backlog_item_details => backlog-rest Let's applys the same principle that have been done for kanban and pullrequest app and have all dependencies in the root module. No functional changes Change-Id: I3eb4c0df359f8447ddf441f6d059a335eda32a4a
Modified Files
Name | ||||
---|---|---|---|---|
D | plugins/agiledashboard/www/js/planning-v2/src/app/animator/animator.js | +0 | −6 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/app.js | +53 | −21 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item-collection/backlog-item-collection-service.spec.js | +2 | −3 | Go to diff View file |
D | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item-collection/backlog-item-collection.js | +0 | −10 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item-rest/backlog-item-factory.spec.js | +2 | −3 | Go to diff View file |
D | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item-rest/backlog-item-rest.js | +0 | −9 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item-rest/backlog-item-service.spec.js | +2 | −3 | Go to diff View file |
D | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item-selected/backlog-item-selected.js | +0 | −11 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item-controller.spec.js | +2 | −2 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item-details/backlog-item-details-controller.spec.js | +2 | −2 | Go to diff View file |
D | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item-details/backlog-item-details.js | +0 | −19 | Go to diff View file |
D | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-item/backlog-item.js | +0 | −24 | Go to diff View file |
D | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-rest/backlog-rest.js | +0 | −10 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog-rest/backlog-service.spec.js | +2 | −3 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/backlog/backlog-controller.spec.js | +2 | −2 | Go to diff View file |
D | plugins/agiledashboard/www/js/planning-v2/src/app/backlog/backlog.js | +0 | −35 | Go to diff View file |
D | plugins/agiledashboard/www/js/planning-v2/src/app/drop/drop.js | +0 | −11 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/drop/dropped-service.spec.js | +2 | −3 | Go to diff View file |
D | plugins/agiledashboard/www/js/planning-v2/src/app/edit-item/edit-item.js | +0 | −11 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/in-properties/in-properties-filter.spec.js | +3 | −3 | Go to diff View file |
D | plugins/agiledashboard/www/js/planning-v2/src/app/in-properties/in-properties.js | +0 | −8 | Go to diff View file |
D | plugins/agiledashboard/www/js/planning-v2/src/app/infinite-scroll/infinite-scroll.js | +0 | −7 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/milestone-collection/milestone-collection-service.spec.js | +2 | −3 | Go to diff View file |
D | plugins/agiledashboard/www/js/planning-v2/src/app/milestone-collection/milestone-collection.js | +0 | −10 | Go to diff View file |
D | plugins/agiledashboard/www/js/planning-v2/src/app/milestone-rest/milestone-rest.js | +0 | −10 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/milestone-rest/milestone-service.spec.js | +2 | −3 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/milestone/milestone-controller.spec.js | +2 | −2 | Go to diff View file |
D | plugins/agiledashboard/www/js/planning-v2/src/app/milestone/milestone.js | +0 | −13 | Go to diff View file |
D | plugins/agiledashboard/www/js/planning-v2/src/app/project/project.js | +0 | −7 | Go to diff View file |
D | plugins/agiledashboard/www/js/planning-v2/src/app/rest-error/rest-error.js | +0 | −5 | Go to diff View file |
D | plugins/agiledashboard/www/js/planning-v2/src/app/shared-properties/shared-properties.js | +0 | −7 | Go to diff View file |
D | plugins/agiledashboard/www/js/planning-v2/src/app/user-preferences/user-preferences.js | +0 | −8 | Go to diff View file |