Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve inability to schedule events #3244

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Mar 17, 2024

  1. Configuration menu
    Copy the full SHA
    796ff79 View commit details
    Browse the repository at this point in the history
  2. Fix bug in initial scheduling of events

    Resolves inability to schedule a nonscheduled event:
    
        ActionController::RoutingError: No route matches [PUT] "/admin/conferences/…/event_schedules"
    
    `event_schedule_id` represents the absence of a schedule as either an
    empty string or undefined, not as null.
    AndrewKvalheim committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    65e69c4 View commit details
    Browse the repository at this point in the history