stable
Clone or download
Read-only
Merge 'gerrit #32082' into stable/master
* commit '47610dde65': 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: I55235ce92c9a35f8c4c65acf1c145ec62cb1ce66
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 | +41 | −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 |