Skip to content

Fix issues list when due date parameter is invalid

Sean McGivern requested to merge fix-issues-list-with-invalid-due-date into master

What does this MR do?

With an invalid due_date param, #by_due_date would return nil and so further methods would blow up. We should return an empty collection for that.

For gitlab-com/gl-infra/scalability#611 (closed).

Merge request reports