Skip to content
Snippets Groups Projects
Commit 966983c6 authored by Marin Jankovski's avatar Marin Jankovski
Browse files

Filter items by project.

Former-commit-id: 6a87daed
parent 8686d98e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment