Commit 6a87daed765ddfbaa30ac942de8ccf55cc3a64a4
1 parent
4b0fb028
Exists in
spb-stable
and in
3 other branches
Filter items by project.
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
app/services/filtering_service.rb
@@ -28,6 +28,7 @@ class FilteringService | @@ -28,6 +28,7 @@ class FilteringService | ||
28 | items = by_scope(items) | 28 | items = by_scope(items) |
29 | items = by_state(items) | 29 | items = by_state(items) |
30 | items = by_group(items) | 30 | items = by_group(items) |
31 | + items = by_project(items) | ||
31 | items = by_search(items) | 32 | items = by_search(items) |
32 | items = by_milestone(items) | 33 | items = by_milestone(items) |
33 | items = by_assignee(items) | 34 | items = by_assignee(items) |