diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-03-14 11:31:33 +0200 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-03-14 11:31:33 +0200 |
| commit | cc1dd624aab2f5f85ec121506884965f5353411d (patch) | |
| tree | bb08f16e1d73df8c33881f1ffcb65bb5cd66f3f5 /app/controllers/groups_controller.rb | |
| parent | 2f6d289f328d75a42bc0f3d52a2c90083010bd69 (diff) | |
| download | gitlab-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.rb | 1 |
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) |
