diff --git a/pandora/annotation/models.py b/pandora/annotation/models.py index 69cc0789..567b0aea 100644 --- a/pandora/annotation/models.py +++ b/pandora/annotation/models.py @@ -160,7 +160,7 @@ class Annotation(models.Model): self.clip.save() #editAnnotations needs to be in snyc - if layer.get('type') == 'place' or layer.get('hasPlace'): + if layer.get('type') == 'place' or layer.get('hasPlaces'): update_matching_places(self.id) if layer.get('type') == 'event' or layer.get('hasEvents'): update_matching_events(self.id)