stable
Clone or download
Read-only
story #7511: Add list of accepted item types in BacklogItemRepresentation
Change-Id: Ic29026321527b6cb718d792ad5bf85a0bb726dab
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/BacklogItemRepresentation.php | +23 | −2 | Go to diff View file |
M | plugins/agiledashboard/www/js/angular/src/app/app-planning-controller.js | +36 | −8 | Go to diff View file |
A | plugins/agiledashboard/www/js/angular/src/app/backlog-item/backlog-item-factory.js | +42 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/angular/src/app/backlog-item/backlog-item-service.js | +8 | −11 | Go to diff View file |
M | plugins/agiledashboard/www/js/angular/src/app/backlog-item/backlog-item.tpl.html | +2 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/angular/src/app/backlog-item/backlog-tem-factory.spec.js | +41 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/angular/src/app/milestone/milestone-service.js | +46 | −9 | Go to diff View file |
M | plugins/agiledashboard/www/js/angular/src/app/planning.tpl.html | +10 | −2 | Go to diff View file |
M | tests/rest/MilestoneBacklogTest.php | +12 | −0 | Go to diff View file |