Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2018-02-01 12:25:38 +0300
committerSean McGivern <sean@mcgivern.me.uk>2018-02-01 12:25:38 +0300
commit498d32363aa61d679ff749be727a6591257afb6d (patch)
tree536bcda4bbd9ca542abbbd90f4a3f24f045f445a /app/controllers/concerns
parent76b9f1a4c5ab9121a2a3f4a0a4e5cabe46580b54 (diff)
parent7f0ebeff1affcd4f5155790cc5a5884b052695af (diff)
Merge branch '30106-group-issues' into 'master'
View all issues of all subgroups on the group issue page Closes #30106 and #39388 See merge request gitlab-org/gitlab-ce!16706
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 2fa0f98e344..0d7ee06deb6 100644
--- a/app/controllers/concerns/issuable_collections.rb
+++ b/app/controllers/concerns/issuable_collections.rb
@@ -94,6 +94,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