Commit 8be2fedb authored by charlie ablett's avatar charlie ablett

Merge branch 'fix_all_lists' into 'master'

Fix all_list board param

See merge request gitlab-org/gitlab!40006
parents 7a67a29c 7919587e
......@@ -8,6 +8,8 @@ module EE
override :filter
def filter(issues)
return issues if params[:all_lists]
unless list&.movable? || list&.closed?
issues = without_assignees_from_lists(issues)
issues = without_milestones_from_lists(issues)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment