Server error (500) when accessing admin/groups in 7-7-stable
Created by: pduersteler
Visiting /admin/groups
in 7-7-stable (recently upgraded from 6.9.2), I get a server error.
Log
Started GET "/admin/groups" for 127.0.0.1 at 2015-01-16 10:07:37 +0100
Processing by Admin::GroupsController#index as HTML
Completed 500 Internal Server Error in 96ms
ActionView::Template::Error (undefined method `name' for nil:NilClass):
35: = truncate group.description, length: 150
36: .clearfix
37: %p.light
38: #{pluralize(group.members.size, 'member')}, #{pluralize(group.projects.count, 'project')}
39:
40:
41: = paginate @groups, theme: "gitlab"
app/views/admin/groups/index.html.haml:38:in `block in _app_views_admin_groups_index_html_haml___66148943948900042_70333098814760'
app/views/admin/groups/index.html.haml:18:in `_app_views_admin_groups_index_html_haml___66148943948900042_70333098814760'