stable
Clone or download
Read-only
story #7509 - add expand/collapse bar containing backlog item's children
Change-Id: I7768d1c95e17d06e148e17bfc3fc47c2b56215d5
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/BacklogItemPresenter.class.php | +4 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/BacklogItem.class.php | +3 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/IBacklogItem.class.php | +2 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/BacklogItemRepresentation.php | +7 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/angular/po/template.pot | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/angular/src/app/app-config.js | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/angular/src/app/app-planning-controller.js | +24 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/angular/src/app/app.js | +1 | −1 | Go to diff View file |
A | plugins/agiledashboard/www/js/angular/src/app/backlog-item/backlog-item-details.tpl.html | +12 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/angular/src/app/backlog-item/backlog-item-service.js | +25 | −3 | Go to diff View file |
M | plugins/agiledashboard/www/js/angular/src/app/backlog-item/backlog-item.less | +145 | −100 | Go to diff View file |
M | plugins/agiledashboard/www/js/angular/src/app/backlog-item/backlog-item.tpl.html | +16 | −12 | Go to diff View file |
M | plugins/agiledashboard/www/js/angular/src/app/planning.tpl.html | +3 | −11 | Go to diff View file |
A | plugins/agiledashboard/www/js/angular/src/assets/grip-close.png | Binary file | Go to diff View file | |
A | plugins/agiledashboard/www/js/angular/src/assets/grip-open.png | Binary file | Go to diff View file | |
M | plugins/agiledashboard/www/js/angular/src/less/main.less | +2 | −0 | Go to diff View file |