stable
Clone or download
Read-only
Revert "fix: request #39728: If a user does not have access at all to a tracker, it should not be displayed in the backlog"
This reverts commit 47610dde65e6a09628c1d4410a7f6d27b6df92e7. Incorrectly merged the patchset 5 instead of 6.
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 | +5 | −4 | Go to diff View file |
M | plugins/agiledashboard/include/Planning/PlanningFactory.class.php | +15 | −41 | Go to diff View file |
D | plugins/agiledashboard/include/Planning/PlanningTrackerNotFoundFault.php | +0 | −43 | Go to diff View file |
D | plugins/agiledashboard/include/Planning/PlanningTrackerNotReadableFault.php | +0 | −42 | Go to diff View file |
M | plugins/agiledashboard/include/agiledashboardPlugin.php | +0 | −1 | 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 | +3 | −4 | Go to diff View file |
M | tests/rest/tests/CardsTest.php | +1 | −1 | Go to diff View file |