Skip to content

add duplicate event

setop requested to merge setop/mobilizon:duplicate-event into master

This merge request adds a feature to duplicate an event.

It avoid the user to populate information again and again when creating events which is very similar to an existing one. For example when the same event is proposed for different dates.

The solution is based on existing update/create event. It starts like editing an event, copying all the information of the event into the form, and then trigger a creation of a new event in the backend.

Merge request reports