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