mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Include Event.is_public in Event.copy_data_from
This commit is contained in:
@@ -275,6 +275,7 @@ class Event(EventMixin, LoggedModel):
|
|||||||
from ..signals import event_copy_data
|
from ..signals import event_copy_data
|
||||||
|
|
||||||
self.plugins = other.plugins
|
self.plugins = other.plugins
|
||||||
|
self.is_public = other.is_public
|
||||||
self.save()
|
self.save()
|
||||||
|
|
||||||
category_map = {}
|
category_map = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user