forked from CGM_Public/pretix_original
Respect Testmode when cloning events
This commit is contained in:
@@ -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 = {}
|
||||
|
||||
Reference in New Issue
Block a user