stable

Clone or download

Read-only

story #7495: I can't reorder items in the content if I don't have the permission to do it

Change-Id: I172a2461f1c1174dbc654456e3fae836a40c3833

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