Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dashboard_milestone.rb « models « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e2af4040870fb4e340ecaf5a2cdd378b8c4ff180 (plain)
1
2
3
4
5
class DashboardMilestone < GlobalMilestone
  def issues_finder_params
    super.merge({ authorized_only: true })
  end
end