From d26f49e11c43d89c48544358ac18b3368e75ecb6 Mon Sep 17 00:00:00 2001
From: echarp <manu@echarp.org>
Date: Sat, 11 Feb 2017 14:34:27 +0100
Subject: [PATCH] Quick correction so that event duplication does reuse tags

---
 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 7640b3cf9..cdf84bd67 100644
--- a/app/views/events/show.html.haml
+++ b/app/views/events/show.html.haml
@@ -48,7 +48,7 @@
         region_id: @event.region.id,
         locality: @event.locality,
         url: @event.url,
-        tag_list: @event.tag_list }),
+        tag_list: @event.tag_list.to_s }),
         method: :post do
         %em.fa.fa-copy
         = t '.copy'
-- 
GitLab