mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Fixing a bug introduced in f53af55a74
This commit is contained in:
parent
84d30e13f0
commit
b9cd54a256
2 changed files with 3 additions and 4 deletions
|
|
@ -13,7 +13,7 @@ class Admin::RegistrationsController < ApplicationController
|
|||
people.email AS email")
|
||||
|
||||
@attended = @conference.registrations.where("attended = ?", true)
|
||||
@headers = %w[attended name email social_events attending_with_partner need_access other_needs arrival departure]
|
||||
@headers = %w[attended name email attending_social_events attending_with_partner need_access other_needs arrival departure]
|
||||
end
|
||||
|
||||
def change_field
|
||||
|
|
@ -70,4 +70,4 @@ class Admin::RegistrationsController < ApplicationController
|
|||
redirect_to(admin_conference_registrations_path(@conference.short_title), :alert => 'You must be an admin to delete a registration.')
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue