don't add base keys to Item.data
This commit is contained in:
parent
9a86ddce01
commit
337cafcf76
2 changed files with 38 additions and 35 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue