app/forms/admin/tramway/event/participant_form.rb in tramway-event-1.11.0.1 vs app/forms/admin/tramway/event/participant_form.rb in tramway-event-1.11.1
- old
+ new
@@ -10,10 +10,10 @@
if object.event_id.present?
::Tramway::Event::ParticipantExtendedFormCreator.create_form_class(
SecureRandom.hex,
object.event,
participation_state_event: :default,
- comment: :string,
+ comment: :string
).new object
else
super(object).tap do |obj|
obj.form_properties event: :association
end