Par défaut un événement cloné est public
This commit is contained in:
parent
decfce4247
commit
4541366af1
@ -583,6 +583,7 @@ class EventUpdateView(
|
|||||||
obj.set_no_modification_date_changed()
|
obj.set_no_modification_date_changed()
|
||||||
obj.save()
|
obj.save()
|
||||||
result["other_versions"] = obj.other_versions
|
result["other_versions"] = obj.other_versions
|
||||||
|
result["status"] = Event.STATUS.PUBLISHED
|
||||||
if obj.local_image:
|
if obj.local_image:
|
||||||
result["old_local_image"] = obj.local_image.name
|
result["old_local_image"] = obj.local_image.name
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user