minnestar / sessionizer

Conference session management application
http://sessions.minnestar.org
MIT License
29 stars 23 forks source link

Admin interface should disable sessions if there are no events #209

Open jhsu802701 opened 5 years ago

jhsu802701 commented 5 years ago

If you go to the admin page and click on "Sessions" when there are no events, you get the error message "undefined method `sessions' for nil:NilClass". This is because every session must belong to an event. The link to the sessions page should not be provided when there are no events.