Commit 6a87daed authored by Marin Jankovski's avatar Marin Jankovski

Filter items by project.

parent 4b0fb028
......@@ -28,6 +28,7 @@ class FilteringService
items = by_scope(items)
items = by_state(items)
items = by_group(items)
items = by_project(items)
items = by_search(items)
items = by_milestone(items)
items = by_assignee(items)
......
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