Un événement non publié n'est pas re-publié à la mise à jour
This commit is contained in:
parent
4c739422cd
commit
daf4ab1eeb
@ -1180,10 +1180,6 @@ class Event(models.Model):
|
|||||||
if other.modified_date and self.modified_date < other.modified_date:
|
if other.modified_date and self.modified_date < other.modified_date:
|
||||||
self.modified_date = other.modified_date
|
self.modified_date = other.modified_date
|
||||||
|
|
||||||
# set status according to the input status
|
|
||||||
if other.status is not None:
|
|
||||||
self.status = other.status
|
|
||||||
|
|
||||||
# add a possible missing uuid
|
# add a possible missing uuid
|
||||||
if self.uuids is None:
|
if self.uuids is None:
|
||||||
self.uuids = []
|
self.uuids = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user