Un événement non publié n'est pas re-publié à la mise à jour

This commit is contained in:
Jean-Marie Favreau 2024-11-10 21:27:45 +01:00
parent 4c739422cd
commit daf4ab1eeb

View File

@ -1180,10 +1180,6 @@ class Event(models.Model):
if other.modified_date and 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
if self.uuids is None:
self.uuids = []