summaryrefslogtreecommitdiff
path: root/app/controllers/groups_controller.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-14 11:31:33 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-14 11:31:33 +0200
commitcc1dd624aab2f5f85ec121506884965f5353411d (patch)
treebb08f16e1d73df8c33881f1ffcb65bb5cd66f3f5 /app/controllers/groups_controller.rb
parent2f6d289f328d75a42bc0f3d52a2c90083010bd69 (diff)
downloadgitlab-ce-cc1dd624aab2f5f85ec121506884965f5353411d.tar.gz
Restyled group -> edit area. Use select2 for transfer autocomplete
Diffstat (limited to 'app/controllers/groups_controller.rb')
-rw-r--r--app/controllers/groups_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/groups_controller.rb b/app/controllers/groups_controller.rb
index 7b8649a6bdf..cbb024bb78f 100644
--- a/app/controllers/groups_controller.rb
+++ b/app/controllers/groups_controller.rb
@@ -94,6 +94,7 @@ class GroupsController < ApplicationController
if owner_id
@group.owner = User.find(owner_id)
+ @group.save
end
if @group.update_attributes(group_params)