stable
Clone or download
Read-only
Merge commit 'refs/changes/54/3354/3' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: Use transaction for milestone/backlog/backlog_items content modifications story #7511: better display of placeholder in empty list story #7511: Call move REST routes instead of remove+add Change-Id: I8451ae2642aa43cca1f725ce85750d13c9d06061
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/BacklogItemResource.php | +3 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResource.class.php | +9 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/ResourcesPatcher.class.php | +9 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/angular/src/app/app-planning-controller.js | +14 | −18 | Go to diff View file |
M | plugins/agiledashboard/www/js/angular/src/app/backlog-item/backlog-item-service.js | +21 | −24 | Go to diff View file |
M | plugins/agiledashboard/www/js/angular/src/app/backlog-item/backlog-item.less | +10 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/angular/src/app/dropped-service.js | +28 | −84 | Go to diff View file |
M | plugins/agiledashboard/www/js/angular/src/app/milestone/milestone-service.js | +54 | −24 | Go to diff View file |
M | plugins/agiledashboard/www/js/angular/src/app/planning.tpl.html | +1 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/angular/src/app/project/project-service.js | +20 | −3 | Go to diff View file |
M | src/common/dao/include/DataAccessObject.class.php | +4 | −1 | Go to diff View file |
M | tests/rest/MilestonesBacklogPatchTest.php | +4 | −7 | Go to diff View file |