summaryrefslogtreecommitdiff
path: root/app/controllers/groups_controller.rb
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-02-20 13:51:47 +0000
committerLuke "Jared" Bennett <lbennett@gitlab.com>2017-02-22 10:19:42 +0000
commit173e27d62a2fa880fa438ef6f07847bbd3e06fea (patch)
tree1c1dfca5adfc632eb2ed582bcb0fa5771b948332 /app/controllers/groups_controller.rb
parent479cdc2cac78241109d2cb9d8cfd22d36319d367 (diff)
downloadgitlab-ce-173e27d62a2fa880fa438ef6f07847bbd3e06fea.tar.gz
Finished up mattermost team creationzj-create-mattermost-team-lb
Diffstat (limited to 'app/controllers/groups_controller.rb')
-rw-r--r--app/controllers/groups_controller.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/controllers/groups_controller.rb b/app/controllers/groups_controller.rb
index 0e421b915cf..5b1898b0ee1 100644
--- a/app/controllers/groups_controller.rb
+++ b/app/controllers/groups_controller.rb
@@ -81,7 +81,6 @@ class GroupsController < Groups::ApplicationController
end
def update
- byebug
if Groups::UpdateService.new(@group, current_user, group_params).execute
redirect_to edit_group_path(@group), notice: "Group '#{@group.name}' was successfully updated."
else
@@ -143,7 +142,7 @@ class GroupsController < Groups::ApplicationController
:request_access_enabled,
:share_with_group_lock,
:visibility_level,
- :parent_id
+ :parent_id,
:create_chat_team,
:chat_team_name
]