1
0
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:
Sylvain 2016-11-09 13:12:30 +01:00
parent db280ce6d8
commit 2dcd980be3

View File

@ -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,