Commit 560c93e6 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch...

Merge branch '4761-follow-up-from-resolve-developers-should-be-able-to-create-new-projects-in-group' into 'master'

Refactor groups controller to match EE

Closes gitlab-ee#4761

See merge request gitlab-org/gitlab-ce!16832
parents 9c34c023 406e10b8
......@@ -118,10 +118,10 @@ class GroupsController < Groups::ApplicationController
end
def group_params
params.require(:group).permit(group_params_ce)
params.require(:group).permit(group_params_attributes)
end
def group_params_ce
def group_params_attributes
[
:avatar,
:description,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment