mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Remove question fields from speaker statistics
This commit is contained in:
parent
5b05ffbd56
commit
04e06ac251
1 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ class Admin::StatsController < ApplicationController
|
|||
|
||||
@speakers = Person.joins(:events).where("events.conference_id = ? AND events.state LIKE ?", @conference.id, 'confirmed').uniq
|
||||
@speaker_fields_person = %w[name email affiliation]
|
||||
@speaker_fields_reg = %w[with_partner need_access other_needs diet arrival departure]
|
||||
@speaker_fields_reg = %w[other_needs diet arrival departure]
|
||||
|
||||
@supporter_levels = @conference.supporter_levels
|
||||
@tickets = @conference.registrations.joins(:supporter_registration => :supporter_level)
|
||||
|
|
@ -74,4 +74,4 @@ class Admin::StatsController < ApplicationController
|
|||
helper_method :speaker_diet
|
||||
helper_method :diet_count
|
||||
helper_method :social_event_count
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue