When duplicating an event, region is now also included in the copied data
This commit is contained in:
parent
87292882e7
commit
be7145539c
@ -41,7 +41,7 @@
|
||||
place_name: @event.place_name,
|
||||
address: @event.address,
|
||||
city: @event.city,
|
||||
region: @event.region,
|
||||
region_id: @event.region.id,
|
||||
locality: @event.locality,
|
||||
url: @event.url,
|
||||
tags: @event.tags }),
|
||||
|
Loading…
Reference in New Issue
Block a user