summaryrefslogtreecommitdiff
path: root/app/controllers/concerns
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-09-15 18:20:29 +0200
committerRémy Coutable <remy@rymai.me>2017-09-26 16:21:17 +0200
commit951a5cca6202ed64de0687205d13b2b03346e514 (patch)
treeb74cd17d2ecfba38ca70145820d2f9c20ac12f86 /app/controllers/concerns
parent6528d52afedf7c9fd9db4ae9e101060cfcbe53d0 (diff)
downloadgitlab-ce-951a5cca6202ed64de0687205d13b2b03346e514.tar.gz
Backport part of c777bb91fd7 and 4074cb3b7c16 from EE
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'app/controllers/concerns')
-rw-r--r--app/controllers/concerns/issuable_collections.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/concerns/issuable_collections.rb b/app/controllers/concerns/issuable_collections.rb
index 8921d55c3d0..3181f517087 100644
--- a/app/controllers/concerns/issuable_collections.rb
+++ b/app/controllers/concerns/issuable_collections.rb
@@ -106,7 +106,7 @@ module IssuableCollections
# @filter_params[:authorized_only] = true
end
- @filter_params
+ @filter_params.permit(IssuableFinder::VALID_PARAMS)
end
def set_default_state