forked from CGM_Public/pretix_original
Fix #1804 -- Admission time not lconed on event copy
This commit is contained in:
@@ -535,6 +535,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.date_admission = other.date_admission
|
||||||
self.testmode = other.testmode
|
self.testmode = other.testmode
|
||||||
self.save()
|
self.save()
|
||||||
self.log_action('pretix.object.cloned', data={'source': other.slug, 'source_id': other.pk})
|
self.log_action('pretix.object.cloned', data={'source': other.slug, 'source_id': other.pk})
|
||||||
|
|||||||
Reference in New Issue
Block a user