summaryrefslogtreecommitdiff
path: root/app/controllers/concerns
diff options
context:
space:
mode:
authorJarka Kadlecová <jarka@gitlab.com>2018-01-24 07:06:24 +0100
committerJarka Kadlecová <jarka@gitlab.com>2018-02-01 07:04:37 +0100
commit7f0ebeff1affcd4f5155790cc5a5884b052695af (patch)
treea5ecccef5c658686b022a284087e71ba541e923f /app/controllers/concerns
parent8f5d1d1371b47ab810a9e5ddff483f669d149363 (diff)
downloadgitlab-ce-7f0ebeff1affcd4f5155790cc5a5884b052695af.tar.gz
Include subgroup issuables on the group page30106-group-issues
Diffstat (limited to 'app/controllers/concerns')
-rw-r--r--app/controllers/concerns/issuable_collections.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/concerns/issuable_collections.rb b/app/controllers/concerns/issuable_collections.rb
index b25e753a5ad..755e324a53f 100644
--- a/app/controllers/concerns/issuable_collections.rb
+++ b/app/controllers/concerns/issuable_collections.rb
@@ -84,6 +84,7 @@ module IssuableCollections
@filter_params[:project_id] = @project.id
elsif @group
@filter_params[:group_id] = @group.id
+ @filter_params[:include_subgroups] = true
else
# TODO: this filter ignore issues/mr created in public or
# internal repos where you are not a member. Enable this filter