mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
change track from events list
This commit is contained in:
parent
3b201f951a
commit
1686c61e7c
3 changed files with 13 additions and 2 deletions
|
|
@ -12,6 +12,7 @@ class Admin::EventsController < ApplicationController
|
|||
@events = @conference.events
|
||||
@tracks = @conference.tracks
|
||||
@event_states = @events.state_machine.states.map
|
||||
@event_types = @conference.event_types
|
||||
respond_to do |format|
|
||||
format.html
|
||||
# Explicity call #to_json to avoid the use of EventSerializer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue