Respect Testmode when cloning events

This commit is contained in:
Martin Gross
2019-05-28 11:13:20 +02:00
parent 35c02f35d7
commit 74f861bd48

View File

@@ -445,6 +445,7 @@ class Event(EventMixin, LoggedModel):
self.plugins = other.plugins
self.is_public = other.is_public
self.testmode = other.testmode
self.save()
tax_map = {}