don't add base keys to Item.data

This commit is contained in:
j 2016-08-08 15:54:52 +02:00
commit 337cafcf76
2 changed files with 38 additions and 35 deletions

View file

@ -92,7 +92,7 @@ def add_annotations(data):
start=float(a['in']), end=float(a['out']),
value=value)
annotation.save()
#update facets if needed
# update facets if needed
if layer_id in item.facet_keys:
item.update_layer_facet(layer_id)
if annotation: