From be7145539c3558e473cfb40bc3f2fe3b77d95aa2 Mon Sep 17 00:00:00 2001 From: echarp Date: Thu, 20 Aug 2015 16:25:52 +0200 Subject: [PATCH] When duplicating an event, region is now also included in the copied data --- app/views/events/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/events/show.html.haml b/app/views/events/show.html.haml index c5cf85a4..e6025fd9 100644 --- a/app/views/events/show.html.haml +++ b/app/views/events/show.html.haml @@ -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 }),