Include Event.is_public in Event.copy_data_from

This commit is contained in:
Raphael Michel
2017-07-14 17:11:52 +02:00
parent 8438b211a6
commit b20e10585f

View File

@@ -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 = {}