osem-fcy/app
Andrew Kvalheim 514ea1efbd
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.
2025-01-30 14:37:55 +01:00
..
assets Fix bug in initial scheduling of events 2025-01-30 14:37:55 +01:00
controllers Query versions of associations 2025-01-21 17:41:39 +01:00
datatables Use CSS-compatible row IDs in datatables 2022-09-13 11:06:22 -07:00
helpers Drop Organization Feature 2024-06-07 17:42:08 +02:00
jobs Add frozen_string_literal magic comment 2018-05-09 06:54:26 -07:00
mailers Rubocop autocorrections 2018-11-16 09:06:05 -08:00
models Remove superflous spec for User.registered/attended 2024-12-09 16:42:42 +01:00
pdfs Drop Organization Feature 2024-06-07 17:42:08 +02:00
serializers Merge pull request #3090 from AndrewKvalheim/api-time-zone 2023-04-19 13:36:12 +02:00
uploaders Rename deprecated CarrierWave methods 2021-08-18 14:10:31 +02:00
views Merge pull request #3418 from asdil12/tz 2024-07-02 15:29:11 +02:00