Skip to content

Don't use MilestoneFinder for group milestones

Douglas Barbosa Alexandre requested to merge 51546-rails5-milestone-groups into master

What does this MR do?

This refactors the DashboardGroupMilestone model so that it no longer uses the MilestoneFinder, instead using methods defined on the Milestone model directly. According to our guidelines for reusing abstractions model class methods should not reuse finders.

What are the relevant issue numbers?

Closes #51546 (closed)

Does this MR meet the acceptance criteria?

Edited by Yorick Peterse

Merge request reports