Commit 7919587e authored by Jan Provaznik's avatar Jan Provaznik Committed by charlie ablett

Fix all_list board param

When filtering board issues, EE version of the list_service can
add additional filters which were not covered in CE version of the
method.
parent fd4a3d64
......@@ -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