From 89fd5864f6f61e1d41d2146c46bbf1625f698060 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 16 Nov 2012 00:58:28 +0100 Subject: Fix starter point when a route is modified --- chimere/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/chimere/models.py b/chimere/models.py index 2f59cf1..b15a268 100644 --- a/chimere/models.py +++ b/chimere/models.py @@ -954,6 +954,7 @@ def route_post_save(sender, **kwargs): defaults=marker_dct) if not created: marker.status = instance.status + marker.point = marker_dct['point'] marker.save() properties = {} for pm in instance.properties(): -- cgit v1.2.3