mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-17 06:52:27 +01:00
[bug] recurrent events doesn't have the configured theme and age range
This commit is contained in:
parent
db280ce6d8
commit
2dcd980be3
@ -108,6 +108,8 @@ class Event < ActiveRecord::Base
|
||||
availability: Availability.new(start_at: start_at, end_at: end_at, available_type: 'event'),
|
||||
availability_id: nil,
|
||||
category_id: category_id,
|
||||
age_range_id: age_range_id,
|
||||
event_themes: event_themes,
|
||||
amount: amount,
|
||||
event_price_categories: event_price_cats,
|
||||
nb_total_places: nb_total_places,
|
||||
|
Loading…
x
Reference in New Issue
Block a user