stable
Clone or download
Read-only
story #7511: When an item is dropped, REST routes are called
Change-Id: I00ba000ae4be697ff0559838f07f7b9bef164144
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/www/js/angular/po/fr.mo | Binary file | Go to diff View file | |
M | plugins/agiledashboard/www/js/angular/po/fr.po | +6 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/angular/po/template.pot | +4 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/angular/src/app/app-planning-controller.js | +124 | −7 | Go to diff View file |
M | plugins/agiledashboard/www/js/angular/src/app/app.js | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/angular/src/app/backlog-item/backlog-item-service.js | +48 | −3 | Go to diff View file |
M | plugins/agiledashboard/www/js/angular/src/app/backlog-item/backlog-item.tpl.html | +1 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/angular/src/app/dropped-service.js | +148 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/angular/src/app/milestone/milestone-service.js | +85 | −4 | Go to diff View file |
M | plugins/agiledashboard/www/js/angular/src/app/planning.tpl.html | +79 | −70 | Go to diff View file |
A | plugins/agiledashboard/www/js/angular/src/app/project/project-service.js | +30 | −0 | Go to diff View file |
A | plugins/agiledashboard/www/js/angular/src/app/project/project.js | +5 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/angular/src/less/main.less | +1 | −1 | Go to diff View file |