stable
Clone or download
Read-only
Merge commit 'refs/changes/17/3617/13' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: story #7495: I can't reorder items in the content if I don't have the permission to do it Change-Id: I2b7532b2c944417f86ce85eb6d85826b69252e27
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/DescendantBacklogStrategy.class.php | +17 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Pane/TopContent/TopContentPresenterBuilder.class.php | +6 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResource.class.php | +3 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/PlanningResource.class.php | +3 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectBacklogResource.class.php | +3 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectMilestonesResource.class.php | +3 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v2/ProjectBacklogResource.class.php | +3 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/MilestoneFactory.class.php | +24 | −6 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/PlanningPermissionsManager.class.php | +5 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/agiledashboardPlugin.class.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/tests/include/MilestoneFactoryTest.php | +22 | −18 | Go to diff View file |