Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
83c1395a
Commit
83c1395a
authored
Jan 10, 2017
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refactor authorized params in Admin::GroupsController
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
dafd5531
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
app/controllers/admin/groups_controller.rb
app/controllers/admin/groups_controller.rb
+6
-2
No files found.
app/controllers/admin/groups_controller.rb
View file @
83c1395a
...
...
@@ -61,7 +61,11 @@ class Admin::GroupsController < Admin::ApplicationController
end
def
group_params
params
.
require
(
:group
).
permit
(
params
.
require
(
:group
).
permit
(
group_params_ce
)
end
def
group_params_ce
[
:avatar
,
:description
,
:lfs_enabled
,
...
...
@@ -69,6 +73,6 @@ class Admin::GroupsController < Admin::ApplicationController
:path
,
:request_access_enabled
,
:visibility_level
)
]
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment