mirror of
https://github.com/pretix/pretix.git
synced 2026-05-10 16:04:02 +00:00
Respect Testmode when cloning events
This commit is contained in:
@@ -445,6 +445,7 @@ class Event(EventMixin, LoggedModel):
|
|||||||
|
|
||||||
self.plugins = other.plugins
|
self.plugins = other.plugins
|
||||||
self.is_public = other.is_public
|
self.is_public = other.is_public
|
||||||
|
self.testmode = other.testmode
|
||||||
self.save()
|
self.save()
|
||||||
|
|
||||||
tax_map = {}
|
tax_map = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user