forked from CGM_Public/pretix_original
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
|
||||
|
||||
self.plugins = other.plugins
|
||||
self.is_public = other.is_public
|
||||
self.save()
|
||||
|
||||
category_map = {}
|
||||
|
||||
Reference in New Issue
Block a user