add annotationLanguages

This commit is contained in:
j 2014-07-18 14:28:09 +00:00
commit 12fa7edb53
2 changed files with 18 additions and 0 deletions

View file

@ -107,3 +107,5 @@ def update_item(id):
a.item.update_find()
a.item.update_sort()
a.item.update_facets()
if a.item.update_languages():
a.item.save()