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

Fix bug in initial scheduling of events #3558

Merged
merged 1 commit into from
Jan 30, 2025

Conversation

hennevogel
Copy link
Member

@hennevogel hennevogel commented Jan 30, 2025

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.

Fixes #3551

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.
@hennevogel hennevogel merged commit 368e2dd into openSUSE:master Jan 30, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to schedule talks using OSEM on events.o.o.
2 participants