dev

Forked from tuleap/dev

Clone or download

Read-only

Merge commit 'refs/changes/96/3196/8' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: story #7509 - add expand/collapse bar containing backlog item's children Change-Id: I49030b0545003bc594f3bba1dbbe55c753d35a3c

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