parent
0f575d93c4
commit
123c57d5eb
@ -1655,7 +1655,7 @@ class Event(models.Model):
|
||||
for attr in Event.data_fields(all=all, no_m2m=True):
|
||||
if attr == "title" and other.has_invalid_title():
|
||||
continue
|
||||
if attr == "start_date" and other.has_invalid_start_date():
|
||||
if attr == "start_day" and other.has_invalid_start_date():
|
||||
continue
|
||||
setattr(self, attr, getattr(other, attr))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user