When duplicating an event, region is now also included in the copied data

This commit is contained in:
echarp 2015-08-20 16:25:52 +02:00
parent 87292882e7
commit be7145539c
1 changed files with 1 additions and 1 deletions

View File

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