stable
Clone or download
Read-only
Merge commit 'gerrit #32082' into stable/master
* commit 'e5ce812797': fix: request #39728: If a user does not have access at all to a tracker, it should not be displayed in the backlog Change-Id: I6623f524aa176d2afadaf637fc514e5c5c069100
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/Milestone/MilestoneReportCriterionOptionsProvider.class.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Planning/NearestPlanningTrackerProvider.class.php | +4 | −5 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/PlanningFactory.class.php | +45 | −15 | Go to diff View file |
A | plugins/agiledashboard/include/Planning/PlanningTrackerNotFoundFault.php | +43 | −0 | Go to diff View file |
A | plugins/agiledashboard/include/Planning/PlanningTrackerNotReadableFault.php | +42 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/agiledashboardPlugin.php | +1 | −0 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Milestone/MilestoneReportCriterionOptionsProviderTest.php | +3 | −3 | Go to diff View file |
M | plugins/agiledashboard/tests/unit/AgileDashboard/Planning/NearestPlanningTrackerProviderTest.php | +4 | −3 | Go to diff View file |
M | tests/rest/tests/CardsTest.php | +1 | −1 | Go to diff View file |